Skip to content

Commit 9ed014e

Browse files
committed
release v1.0.3
Signed-off-by: François Magimel <[email protected]>
1 parent 4fef239 commit 9ed014e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Release notes
22

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+
311
## 1.0.2 (2021-02-24)
412

513
* Fix(doc): use the right Markdown syntax for links

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name="APISpec-fromfile",
10-
version="1.0.2",
10+
version="1.0.3",
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)