Skip to content

Commit 363b627

Browse files
authored
version bump (#220)
1 parent eb8d6ca commit 363b627

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

python/rpdk/python/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import logging
22

3-
__version__ = "2.1.5"
3+
__version__ = "2.1.6"
44

55
logging.getLogger(__name__).addHandler(logging.NullHandler())

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def find_version(*file_paths):
3737
include_package_data=True,
3838
zip_safe=True,
3939
python_requires=">=3.6",
40-
install_requires=["cloudformation-cli>=0.2.23", "types-dataclasses>=0.1.5"],
40+
install_requires=["cloudformation-cli>=0.2.26", "types-dataclasses>=0.1.5"],
4141
entry_points={
4242
"rpdk.v1.languages": [
4343
"python37 = rpdk.python.codegen:Python37LanguagePlugin",

src/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="cloudformation-cli-python-lib",
6-
version="2.1.13a1",
6+
version="2.1.13",
77
description=__doc__,
88
author="Amazon Web Services",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)