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 aaeb9ac commit 5e06a32Copy full SHA for 5e06a32
CHANGELOG.rst
@@ -2,6 +2,12 @@
2
CHANGELOG
3
*********
4
5
+0.1.3 (2022-03-20)
6
+------------------
7
+
8
+* Fix trailing slash on swagger endpoint
9
+* Change CHANGELOG format
10
11
0.1.2 (2022-03-18)
12
------------------
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
name = "apispec-ui"
-version = "0.1.2"
+version = "0.1.3"
description = "Generate UI interactive API's from APISpec specifications."
authors = ["Renato Damas <[email protected]>"]
license = "MIT"
0 commit comments