From 3697e84260aae6f85781c5f69e65ddf0bd308220 Mon Sep 17 00:00:00 2001 From: Tyler Kennedy Date: Wed, 26 Aug 2020 23:13:30 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=202.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 6ed6630..ddbe247 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 2.0.0 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index a680c53..69b3372 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ author = 'Armin Ronacher' # The full version, including alpha/beta/rc tags -release = '1.0.0' +release = '2.0.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 58234cd..b354529 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='Flask-Babel', - version='1.0.0', + version='2.0.0', url='http://github.com/python-babel/flask-babel', license='BSD', author='Armin Ronacher',