Skip to content

Commit

Permalink
Bump version: 0.0.6 → 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Mar 21, 2019
1 parent 3b753fa commit 0616e9a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.6
current_version = 0.0.9
commit = True
tag = True

Expand All @@ -14,3 +14,4 @@ replace = version = release = '{new_version}'
[bumpversion:file:src/flask_authentic/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'

2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
year = '2018'
author = 'Subhash Bhushan C'
copyright = '{0}, {1}'.format(year, author)
version = release = '0.0.6'
version = release = '0.0.9'

pygments_style = 'trac'
templates_path = ['.']
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def read(*names, **kwargs):

setup(
name='flask-authentic',
version='0.0.6',
version='0.0.9',
license='BSD 3-Clause License',
description='Flask Authentic Extension',
long_description='%s\n%s' % (
Expand Down
2 changes: 1 addition & 1 deletion src/flask_authentic/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

from . import config

__version__ = '0.0.6'
__version__ = '0.0.9'

# Update the config here so that loading the repo will load the config
active_config.update_defaults(config)
Expand Down

0 comments on commit 0616e9a

Please sign in to comment.