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 8be002b commit 4f0b989Copy full SHA for 4f0b989
src/viur/shop/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__ = "0.3.1"
+__version__ = "0.4.0"
6
7
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
8
"Semantic __version__ expected!"
0 commit comments