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