Skip to content

Commit

Permalink
chore: update version and appserver
Browse files Browse the repository at this point in the history
  • Loading branch information
akelch committed May 4, 2023
1 parent ce672ec commit 3393e54
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.
## [1.0.4] 2023-05-04
- chore: update app_server to 0.9.4
- fix: error wenn updating old project.json formats

## [1.0.3] 2023-04-18
-fix: allow format 1.1.1
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python_requires = >=3.10
install_requires =
watchgod==0.7
python-minifier==2.5.0
app_server==0.9.3
app_server==0.9.4
click==8.1.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__ = "1.0.3"
__version__ = "1.0.4"

0 comments on commit 3393e54

Please sign in to comment.