Skip to content

Commit

Permalink
Deployment/v2.0.0dev (#96)
Browse files Browse the repository at this point in the history
* fixed  merge conflict related bugs

* added tag

* typo in version string

* test

---------

Co-authored-by: Christos <[email protected]>
  • Loading branch information
Grashalmbeisser and Grashalmbeisser authored Jan 9, 2024
1 parent 20a6e64 commit 0aa62ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

This file documents any relevant changes.
## [2.0.0dev] 2023-12-12
## [2.0.0-dev2] 2024-01-09
- refactor: enabled profile support for all viur-cli functions
- fix: `viur env` now runs without errors
- refactor: project.json functionalities
Expand Down
2 changes: 1 addition & 1 deletion src/viur_cli/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "2.0.0-dev1"
__version__ = "2.0.0-dev2"
MINIMAL_PIPENV = "2023.11.15"

0 comments on commit 0aa62ae

Please sign in to comment.