From dd593d6a5e79648db2c60f077df12d2ec97685b8 Mon Sep 17 00:00:00 2001 From: Peter Gonda Date: Sun, 19 Apr 2020 17:35:50 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.13=20=E2=86=92=201.2.14?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index fcf7c0f..2614ba9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.13 +current_version = 1.2.14 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 8bbe6aa..399816d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'1.2.13' +version = u'1.2.14' # The full version, including alpha/beta/rc tags. -release = u'1.2.13' +release = u'1.2.14' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index e94f1be..2076550 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name='rocket-python', - version='1.2.13', + version='1.2.14', description="RocketChat API with Python", long_description=open("README.md", "r").read(), long_description_content_type='text/markdown',