Skip to content

Commit

Permalink
bump version to 2.1.16 (#257)
Browse files Browse the repository at this point in the history
  • Loading branch information
izoran authored Apr 20, 2023
1 parent 72f5b03 commit 775584e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/rpdk/python/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "2.1.7"
__version__ = "2.1.8"

logging.getLogger(__name__).addHandler(logging.NullHandler())
2 changes: 1 addition & 1 deletion src/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="cloudformation-cli-python-lib",
version="2.1.15",
version="2.1.16",
description=__doc__,
author="Amazon Web Services",
author_email="[email protected]",
Expand Down

0 comments on commit 775584e

Please sign in to comment.