We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f57e27 commit 67c97a1Copy full SHA for 67c97a1
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 0.1.2 (2022-03-18)
4
+
5
+* Load static files properly in swaggerUI view
6
7
## 0.1.1 (2022-03-18)
8
9
* Remove trailing spaces from default swagger route and static
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "apispec-ui"
-version = "0.1.1"
+version = "0.1.2"
description = "Generate UI interactive API's from APISpec specifications."
authors = ["Renato Damas <[email protected]>"]
license = "MIT"
0 commit comments