We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2083d commit 9b26717Copy full SHA for 9b26717
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.18
+current_version = 1.2.19
3
commit = True
4
tag = True
5
docs/conf.py
@@ -62,9 +62,9 @@
62
# built documents.
63
#
64
# The short X.Y version.
65
-version = u'1.2.18'
+version = u'1.2.19'
66
# The full version, including alpha/beta/rc tags.
67
-release = u'1.2.18'
+release = u'1.2.19'
68
69
# The language for content autogenerated by Sphinx. Refer to documentation
70
# for a list of supported languages.
setup.py
@@ -2,7 +2,7 @@
setup(name='rocket-python',
- version='1.2.18',
+ version='1.2.19',
6
description="RocketChat API with Python",
7
long_description=open("README.md", "r").read(),
8
long_description_content_type='text/markdown',
0 commit comments