We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 735a210 commit 45a27feCopy full SHA for 45a27fe
src/viur/assistant/version.py
@@ -2,7 +2,7 @@
2
# For pre-releases, postfix with ".betaN" or ".rcN" where `N` is an incremented number for each pre-release.
3
# This will mark it as a pre-release as well on PyPI.
4
5
-__version__ = "1.1.0"
+__version__ = "1.2.0"
6
7
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
8
"Semantic __version__ expected!"
0 commit comments