Skip to content

Commit 5e753b5

Browse files
authored
cloudformation-cli-python-lib version 2.1.6 (#156)
1 parent 4f53ff1 commit 5e753b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/rpdk/python/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def generate(self, project):
158158
LOG.debug("Generate complete")
159159

160160
def _pre_package(self, build_path):
161-
f = TemporaryFile("w+b")
161+
f = TemporaryFile("w+b") # pylint: disable=consider-using-with
162162

163163
with zipfile.ZipFile(f, mode="w") as zip_file:
164164
self._recursive_relative_write(build_path, build_path, zip_file)

src/setup.py

Lines changed: 1 addition & 1 deletion
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.5",
6+
version="2.1.6",
77
description=__doc__,
88
author="Amazon Web Services",
99
author_email="[email protected]",

0 commit comments

Comments
 (0)