Skip to content

Commit

Permalink
Bump version: 0.2.28 → 0.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
ibejohn818 committed Jun 30, 2018
1 parent 88dd08d commit f39fb7e
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.28
current_version = 0.2.29
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.28',
version='0.2.29',
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.28'
__version__ = '0.2.29'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit f39fb7e

Please sign in to comment.