Skip to content

Commit 9b26717

Browse files
committed
Bump version: 1.2.18 → 1.2.19
1 parent df2083d commit 9b26717

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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 = 1.2.18
2+
current_version = 1.2.19
33
commit = True
44
tag = True
55

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.18'
65+
version = u'1.2.19'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'1.2.18'
67+
release = u'1.2.19'
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.18',
5+
version='1.2.19',
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)