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