We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be1c16e commit 8e03534Copy full SHA for 8e03534
src/viur/shop/version.py
@@ -3,7 +3,7 @@
3
# This will mark it as a pre-release as well on PyPI.
4
# See CONTRIBUTING.md for further information. # TODO: tbd
5
6
-__version__ = "0.1.0.dev5"
+__version__ = "0.1.0.dev6"
7
8
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
9
"Semantic __version__ expected!"
0 commit comments