Skip to content

Commit

Permalink
chore:Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneGudermann committed Dec 13, 2024
1 parent ae8c6dc commit 153bef1
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.
## [1.0.1] - 2024-11-29
- fix: Set get_path_info for werkzeug >= 3.0

## [1.0.0] - 2024-11-29
- feat: V1.0 #9
- feat: Add Types
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 @@ -16,7 +16,7 @@
from .request_handler import CustomWSGIRequestHandler
from .shared_data import SharedData

__version__ = "1.0.0"
__version__ = "1.0.1"

subprocesses = []

Expand Down

0 comments on commit 153bef1

Please sign in to comment.