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 139bd10 commit d40be57Copy full SHA for d40be57
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 14.0.0b2
+current_version = 14.0.03
3
commit = True
4
tag = True
5
tag_name = {new_version}
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = ""
28
# The full version, including alpha/beta/rc tags
29
-release = "14.0.0b2"
+release = "14.0.0b3"
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -44,7 +44,7 @@
44
45
setup(
46
name="commercetools",
47
- version="14.0.0b2",
+ version="14.0.0b3",
48
description="SDK for Commercetools",
49
long_description=long_description,
50
author="Lab Digital B.V.",
0 commit comments