Skip to content

Commit 17731f4

Browse files
committed
Bump version: 1.2.7 → 1.2.8
1 parent 1778ef2 commit 17731f4

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.7
2+
current_version = 1.2.8
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.7'
65+
version = u'1.2.8'
6666
# The full version, including alpha/beta/rc tags.
67-
release = u'1.2.7'
67+
release = u'1.2.8'
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.7',
5+
version='1.2.8',
66
description="RocketChat API with Python",
77
long_description=open("README.md", "r").read(),
88
classifiers=[

0 commit comments

Comments
 (0)