Skip to content

Commit

Permalink
added format fixes in project.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Grashalmbeisser committed Mar 5, 2024
1 parent 7df8a14 commit a38177b
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
Expand Up @@ -2,6 +2,9 @@

This file documents any relevant changes.

## [2.0.0-rc5] 2024-03-05
- fix: format in project.json

## [2.0.0-rc4] 2024-02-28
- fix: deployment issues
- chore: added default gcloud account information in env
Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def delete(self):
def migrate(self):
if old_format := self["default"].get("format"):
self["format"] = old_format
del self["default"]["format"]
del self["default"]["format"]

assert self["format"] in ["1.0.0", "1.0.1", "1.1.0", "1.1.1", "1.2.0", PROJECT_CONFIG_VERSION], \
"Invalid formatversion, you have to fix it manually"
Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "2.0.0-rc4"
__version__ = "2.0.0-rc5"
MINIMAL_PIPENV = "2023.11.15"

0 comments on commit a38177b

Please sign in to comment.