Skip to content

Commit

Permalink
bump version to 2.1.18 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
saieshwarm authored Apr 18, 2024
1 parent fbfb45b commit 9d1ab97
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.8"
__version__ = "2.1.9"

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.17",
version="2.1.18",
description=__doc__,
author="Amazon Web Services",
author_email="aws-cloudformation-developers@amazon.com",
Expand Down

0 comments on commit 9d1ab97

Please sign in to comment.