Skip to content

Commit

Permalink
Bug fixes and bumping version (#990)
Browse files Browse the repository at this point in the history
* remove sourceAccount condition from logsAndMetrics delivery role

* version bump

* Using a lower version of cfn-lint due to bug in recent version
  • Loading branch information
himanshs23 authored Apr 28, 2023
1 parent 0076d1c commit 2105de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def find_version(*file_paths):
"colorama>=0.4.1",
"docker>=4.3.1",
"ordered-set>=4.0.2",
"cfn-lint>=0.43.0",
"cfn-lint<=0.72.10",
"cfn_flip>=1.2.3",
"nested-lookup",
],
Expand Down
2 changes: 1 addition & 1 deletion src/rpdk/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import logging

__version__ = "0.2.29"
__version__ = "0.2.30"

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

0 comments on commit 2105de6

Please sign in to comment.