Skip to content

Commit

Permalink
chore: update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Sep 14, 2023
1 parent e26ccf3 commit 941dd4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog

This file documents any relevant changes.
## [0.9.5] - 2023-09-14
- fix: updated werkzeug and gunicorn

## [0.9.4] - 2023-05-04
- fix: unicode urls
-
Expand Down
2 changes: 1 addition & 1 deletion src/app_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@



__version__ = "0.9.4"
__version__ = "0.9.5"

subprocesses = []

Expand Down

0 comments on commit 941dd4f

Please sign in to comment.