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