From 05bd643927fa2721bf0a7294d9c7e53e71e88a89 Mon Sep 17 00:00:00 2001 From: Subhash Bhushan Date: Mon, 29 Apr 2019 18:44:50 -0700 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.0.9=20=E2=86=92=200.0.11?= 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 +- src/flask_authentic/__init__.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2a656f6..cbb8ee9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.9 +current_version = 0.0.11 commit = True tag = True diff --git a/docs/conf.py b/docs/conf.py index ee07e34..d042f2e 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ year = '2018' author = 'Subhash Bhushan C' copyright = '{0}, {1}'.format(year, author) -version = release = '0.0.9' +version = release = '0.0.11' pygments_style = 'trac' templates_path = ['.'] diff --git a/setup.py b/setup.py index 25d49ae..9b21f36 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ def read(*names, **kwargs): setup( name='flask-authentic', - version='0.0.9', + version='0.0.11', license='BSD 3-Clause License', description='Flask Authentic Extension', long_description='%s\n%s' % ( diff --git a/src/flask_authentic/__init__.py b/src/flask_authentic/__init__.py index 95a67b6..2150d07 100644 --- a/src/flask_authentic/__init__.py +++ b/src/flask_authentic/__init__.py @@ -9,7 +9,7 @@ from . import config -__version__ = '0.0.9' +__version__ = '0.0.11' # Update the config here so that loading the repo will load the config active_config.update_defaults(config)