Skip to content

Commit

Permalink
Bump version: 0.2.25 → 0.2.26
Browse files Browse the repository at this point in the history
  • Loading branch information
ibejohn818 committed May 24, 2018
1 parent e957cf3 commit c6b318e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.25
current_version = 0.2.26
commit = True
tag = True
tag_name = {new_version}
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 @@

setup(
name='jh-stackformation',
version='0.2.25',
version='0.2.26',
description="AWS CloudFormation framework",
long_description=readme + '\n\n' + history,
author="John Hardy",
Expand Down
2 changes: 1 addition & 1 deletion stackformation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = """John Hardy"""
__email__ = 'john@johnchardy.com'
__version__ = '0.2.25'
__version__ = '0.2.26'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit c6b318e

Please sign in to comment.