Skip to content

Commit 1bbca60

Browse files
Bump version: 12.0.2 → 13.0.0
1 parent e566256 commit 1bbca60

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 12.0.2
2+
current_version = 13.0.0
33
commit = True
44
tag = True
55
tag_name = {new_version}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "12.0.2"
29+
release = "13.0.0"
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
setup(
5555
name="commercetools",
56-
version="12.0.2",
56+
version="13.0.0",
5757
description="SDK for Commercetools",
5858
long_description=long_description,
5959
author="Lab Digital B.V.",

0 commit comments

Comments
 (0)