Skip to content

Commit

Permalink
feat: app_server update
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Mar 30, 2022
1 parent 4c3c319 commit d1a63eb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
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.6.13] - 2022-03-30
- chore: updated app_server to 0.8.5
-
## [0.6.12] - 2022-03-30
- chore: updated app_server to 0.8.5

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ python_requires = >=3.9
install_requires =
watchgod==0.7
python-minifier==2.5.0
app_server==0.7.4
app_server==0.8.5
click==8.0.3
pipfile-requirements==0.3.0

Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.6.12"
__version__ = "0.6.13"

0 comments on commit d1a63eb

Please sign in to comment.