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 4fef239 commit 9ed014eCopy full SHA for 9ed014e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Release notes
2
3
+## 1.0.3 (2021-06-24)
4
+
5
+* build: specify the apispec min version
6
+* ci: run tests on GitHub Actions
7
+* fix(readme): add the endpoint `/hello` to the sample code
8
+* test(readme): add a test for the code in the README
9
10
11
## 1.0.2 (2021-02-24)
12
13
* Fix(doc): use the right Markdown syntax for links
setup.py
@@ -7,7 +7,7 @@
setup(
name="APISpec-fromfile",
- version="1.0.2",
+ version="1.0.3",
author="OVHcloud",
author_email="opensource@ovhcloud.com",
description="APISpec plugin to import OpenAPI specifications from a file instead of putting YAML into docstrings",
0 commit comments