Skip to content

Commit

Permalink
chore: update app_server
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed Mar 18, 2022
1 parent 8261d78 commit 95815e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

This file documents any relevant changes.
## [0.6.11] - 2022-03-18
- chore: updated app_server to 0.7.4

## [0.6.10] - 2022-03-17
- fix: disabled autoinstall of Autocompletion for bash and zsh
-

## [0.6.9] - 2022-03-17
- chore: refactored flare.py to use Python standard library tools and pyminifier directly.

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.3
app_server==0.7.4
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.10"
__version__ = "0.6.11"

0 comments on commit 95815e7

Please sign in to comment.