Skip to content

Commit

Permalink
version bump (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammokhov authored Nov 8, 2022
1 parent eb8d6ca commit 363b627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.5"
__version__ = "2.1.6"

logging.getLogger(__name__).addHandler(logging.NullHandler())
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def find_version(*file_paths):
include_package_data=True,
zip_safe=True,
python_requires=">=3.6",
install_requires=["cloudformation-cli>=0.2.23", "types-dataclasses>=0.1.5"],
install_requires=["cloudformation-cli>=0.2.26", "types-dataclasses>=0.1.5"],
entry_points={
"rpdk.v1.languages": [
"python37 = rpdk.python.codegen:Python37LanguagePlugin",
Expand Down
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.13a1",
version="2.1.13",
description=__doc__,
author="Amazon Web Services",
author_email="[email protected]",
Expand Down

0 comments on commit 363b627

Please sign in to comment.