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 1778ef2 commit 17731f4Copy full SHA for 17731f4
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 1.2.7
+current_version = 1.2.8
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.7'
+version = u'1.2.8'
66
# The full version, including alpha/beta/rc tags.
67
-release = u'1.2.7'
+release = u'1.2.8'
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.7',
+ version='1.2.8',
6
description="RocketChat API with Python",
7
long_description=open("README.md", "r").read(),
8
classifiers=[
0 commit comments