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 8483096 commit e801a62Copy full SHA for e801a62
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.dev43"
+__version__ = "0.1.0.dev44"
7
8
assert __version__.count(".") >= 2 and "".join(__version__.split(".", 3)[:3]).isdigit(), \
9
"Semantic __version__ expected!"
0 commit comments