We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26ccf3 commit 941dd4fCopy full SHA for 941dd4f
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
This file documents any relevant changes.
4
+## [0.9.5] - 2023-09-14
5
+- fix: updated werkzeug and gunicorn
6
+
7
## [0.9.4] - 2023-05-04
8
- fix: unicode urls
9
-
src/app_server/__init__.py
@@ -13,7 +13,7 @@
13
14
15
16
-__version__ = "0.9.4"
+__version__ = "0.9.5"
17
18
subprocesses = []
19
0 commit comments