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 1acfa62 commit e628f11Copy full SHA for e628f11
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 12.0.1
+current_version = 12.0.2
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 = "12.0.1"
+release = "12.0.2"
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -53,7 +53,7 @@
53
54
setup(
55
name="commercetools",
56
- version="12.0.1",
+ version="12.0.2",
57
description="SDK for Commercetools",
58
long_description=long_description,
59
author="Lab Digital B.V.",
0 commit comments