Skip to content

Commit 5ce384e

Browse files
committed
release v1.0.1
1 parent 507a81e commit 5ce384e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## 1.0.1 (2020-12-23)
4+
5+
Fix: remove a not supported classifier.
6+
7+
38
## 1.0.0 (2020-12-23)
49

510
First release.

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.0",
10+
version="1.0.1",
1111
author="OVHCloud",
1212
author_email="[email protected]",
1313
description="APISpec plugin to import OpenAPI specifications from a file instead of putting YAML into docstrings",

0 commit comments

Comments
 (0)