We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc89b1c commit eba35b8Copy full SHA for eba35b8
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 14.0.0b9
+current_version = 14.0.0b10
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.0b9"
+release = "14.0.0b10"
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -45,7 +45,7 @@
45
46
setup(
47
name="commercetools",
48
- version="14.0.0b9",
+ version="14.0.0b10",
49
description="SDK for Commercetools",
50
long_description=long_description,
51
author="Lab Digital B.V.",
0 commit comments