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 e02a779 commit dd593d6Copy full SHA for dd593d6
3 files changed
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.13
+current_version = 1.2.14
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.13'
+version = u'1.2.14'
66
# The full version, including alpha/beta/rc tags.
67
-release = u'1.2.13'
+release = u'1.2.14'
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.13',
+ version='1.2.14',
6
description="RocketChat API with Python",
7
long_description=open("README.md", "r").read(),
8
long_description_content_type='text/markdown',
0 commit comments