We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a4b77 commit 1ed8c8fCopy full SHA for 1ed8c8f
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Release notes
2
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
10
## 1.0.1 (2020-12-23)
11
12
Fix: remove a not supported classifier.
setup.py
@@ -7,7 +7,7 @@
setup(
name="APISpec-fromfile",
- version="1.0.1",
+ version="1.0.2",
author="OVHcloud",
author_email="opensource@ovhcloud.com",
13
description="APISpec plugin to import OpenAPI specifications from a file instead of putting YAML into docstrings",
0 commit comments