Skip to content

Commit 1ed8c8f

Browse files
committed
release v1.0.2
Signed-off-by: François Magimel <francois.magimel@ovhcloud.com>
1 parent a5a4b77 commit 1ed8c8f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Release notes
22

3+
## 1.0.2 (2021-02-24)
4+
5+
* Fix(doc): use the right Markdown syntax for links
6+
* Fix(doc): use the right PyPI link
7+
* Fix(setup): remove a typo from entry author.
8+
9+
310
## 1.0.1 (2020-12-23)
411

512
Fix: remove a not supported classifier.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="APISpec-fromfile",
10-
version="1.0.1",
10+
version="1.0.2",
1111
author="OVHcloud",
1212
author_email="opensource@ovhcloud.com",
1313
description="APISpec plugin to import OpenAPI specifications from a file instead of putting YAML into docstrings",

0 commit comments

Comments
 (0)