We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db5645 commit f6e84e7Copy full SHA for f6e84e7
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.dev10"
+__version__ = "0.1.0.dev11"
7
8
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
9
"Semantic __version__ expected!"
0 commit comments