Skip to content

Commit

Permalink
Merge branch 'development' into bugfix/versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Derek DeJonghe authored Nov 4, 2019
2 parents 729c070 + 256bf54 commit 4f1d1c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.4.0
current_version = 0.4.1
commit = True
tag = True
tag_name = {new_version}
Expand Down
1 change: 1 addition & 0 deletions deployer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

__version__ = '0.4.1'


def main():
parser = argparse.ArgumentParser(description='Deploy CloudFormation Templates')
parser.add_argument("-c", "--config", help="Path to config file.")
Expand Down

0 comments on commit 4f1d1c6

Please sign in to comment.