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 507a81e commit 5ce384eCopy full SHA for 5ce384e
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Release notes
2
3
+## 1.0.1 (2020-12-23)
4
+
5
+Fix: remove a not supported classifier.
6
7
8
## 1.0.0 (2020-12-23)
9
10
First release.
setup.py
@@ -7,7 +7,7 @@
setup(
name="APISpec-fromfile",
- version="1.0.0",
+ version="1.0.1",
11
author="OVHCloud",
12
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