Skip to content

Commit 0237387

Browse files
committed
Bump version: 8.1.0 → 8.1.1
1 parent e7b0d23 commit 0237387

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[bumpversion]
2-
current_version = 8.1.0
2+
current_version = 8.1.1
33
commit = True
44
tag = True
55
tag_name = {new_version}
66

77
[bumpversion:file:setup.py]
88

99
[bumpversion:file:docs/conf.py]
10-

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 = "8.1.0"
29+
release = "8.1.1"
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="8.1.0",
55+
version="8.1.1",
5656
description="SDK for Commercetools",
5757
long_description=long_description,
5858
author="Lab Digital B.V.",

0 commit comments

Comments
 (0)