Skip to content

Commit

Permalink
Bump version: 1.2.15 → 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
pipozzz committed Jul 13, 2021
1 parent 8d0d024 commit 729bdb8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
[bumpversion]
current_version = 1.2.15
current_version = 1.2.16
commit = True
tag = True

[bumpversion:file:setup.py]

[bumpversion:file:docs/conf.py]

4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
# built documents.
#
# The short X.Y version.
version = u'1.2.15'
version = u'1.2.16'
# The full version, including alpha/beta/rc tags.
release = u'1.2.15'
release = u'1.2.16'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


setup(name='rocket-python',
version='1.2.15',
version='1.2.16',
description="RocketChat API with Python",
long_description=open("README.md", "r").read(),
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 729bdb8

Please sign in to comment.