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 365ff4f commit 6de4d60Copy full SHA for 6de4d60
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Release notes
2
3
-## 1.0.0 (unreleased)
+## 1.0.0 (2020-12-23)
4
5
First release.
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="APISpec-fromfile",
10
- version="1.0.0-dev",
+ version="1.0.0",
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