Skip to content

Commit

Permalink
Bump version: 0.2.38 → 0.2.39
Browse files Browse the repository at this point in the history
  • Loading branch information
ibejohn818 committed Jan 11, 2019
1 parent 8aa76ce commit 15ba52b
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.38
current_version = 0.2.39
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.38',
version='0.2.39',
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.38'
__version__ = '0.2.39'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 15ba52b

Please sign in to comment.