Skip to content

Commit

Permalink
Chore/bump appserver version (#192)
Browse files Browse the repository at this point in the history
* added smaller bugfixes for version <3.13 package.py logging errors

* removed newline

* bumped appserver Version

* fixed typo
  • Loading branch information
Grashalmbeisser authored Dec 18, 2024
1 parent 6700669 commit e4eeea8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ This file documents any relevant changes.
- feature: added support for overriding default ports
- feature: viur cloud setup gcloud now requires deploy diretory in current working directory
- feature: added support for cloudfunction gen2
- chore: bumped app_server version to ~=1

## [2.0.3] 2024-07-29
- fix: breaking typo
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ package_dir =
packages = find:
python_requires = >=3.11
install_requires =
app_server~=0.9
app_server~=1.0
click~=8.1.7
pipfile-requirements~=0.3
requests~=2.31
Expand Down

0 comments on commit e4eeea8

Please sign in to comment.