Skip to content

Commit 729bdb8

Browse files
committed
Bump version: 1.2.15 → 1.2.16
1 parent 8d0d024 commit 729bdb8

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[bumpversion]
2-
current_version = 1.2.15
2+
current_version = 1.2.16
33
commit = True
44
tag = True
55

66
[bumpversion:file:setup.py]
77

88
[bumpversion:file:docs/conf.py]
9-

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = u'1.2.15'
65+
version = u'1.2.16'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'1.2.15'
67+
release = u'1.2.16'
6868

6969
# The language for content autogenerated by Sphinx. Refer to documentation
7070
# for a list of supported languages.

setup.py

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

33

44
setup(name='rocket-python',
5-
version='1.2.15',
5+
version='1.2.16',
66
description="RocketChat API with Python",
77
long_description=open("README.md", "r").read(),
88
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)