Skip to content

Commit 8bfe22d

Browse files
committed
Bump version: 6.1.0 → 6.2.0
1 parent 6304a4b commit 8bfe22d

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
1-
2-
31
[bumpversion]
4-
current_version = 6.1.0
2+
current_version = 6.2.0
53
commit = True
64
tag = True
75
tag_name = {new_version}
86

9-
107
[bumpversion:file:setup.py]
118

129
[bumpversion:file:docs/conf.py]

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 = "6.1.0"
29+
release = "6.2.0"
3030

3131

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

setup.py

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

5353
setup(
5454
name="commercetools",
55-
version="6.1.0",
55+
version="6.2.0",
5656
description="SDK for Commercetools",
5757
long_description=long_description,
5858
author="Lab Digital B.V.",

0 commit comments

Comments
 (0)