Skip to content

Commit

Permalink
Loosen requirements on cloudformation-cli (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Tompkins authored Nov 24, 2020
1 parent 97c6315 commit f7249d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/rpdk/go/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "2.0.3"
__version__ = "2.0.4"

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 @@ -36,7 +36,7 @@ def find_version(*file_paths):
# package_data -> use MANIFEST.in instead
include_package_data=True,
zip_safe=True,
install_requires=["cloudformation-cli>=0.1.2,<0.2", "semver>=2.9.0"],
install_requires=["cloudformation-cli>=0.1.14", "semver>=2.9.0"],
python_requires=">=3.6",
entry_points={
"rpdk.v1.languages": ["go = rpdk.go.codegen:GoLanguagePlugin"],
Expand Down

0 comments on commit f7249d1

Please sign in to comment.