From 01131d43a5d539668cc6e07f48e7295179bc2eab Mon Sep 17 00:00:00 2001 From: Peter Gonda Date: Tue, 8 Mar 2022 11:06:59 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.2.20=20=E2=86=92=201.3.0?= 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 85e94d6..f06a592 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.2.20 +current_version = 1.3.0 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index 47a335a..c373311 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -62,9 +62,9 @@ # built documents. # # The short X.Y version. -version = u'1.2.20' +version = u'1.3.0' # The full version, including alpha/beta/rc tags. -release = u'1.2.20' +release = u'1.3.0' # 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 13883a6..7baa572 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup(name='rocket-python', - version='1.2.20', + version='1.3.0', description="RocketChat API with Python", long_description=open("README.md", "r").read(), long_description_content_type='text/markdown',