Skip to content

Commit

Permalink
Release 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Nov 11, 2023
1 parent 6172ea9 commit 0817f5d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
4.5.2 (2023*11*11)
-------------------------------
* Updates from spec version 146.0.0 (#2201)
* Updates from spec version 148.0.0 (#2202)
* Remove EMRserverless "Configurations" due to recursive reference to ConfigurationObject
* Move __hash__ to BaseAWSObject to support objects in dictionaries (Fixes #2204)
* Add missing patch related to EMRserverless Configurations removal
* Remove Tags from EventBridge.Rule (Fixes #2203)

4.5.1 (2023*10*26)
-------------------------------
* Fix __eq__ protocol (#2197)
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = ""
# The full version, including alpha/beta/rc tags
release = "4.5.1"
release = "4.5.2"


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
else:
from typing import Final

__version__ = "4.5.1"
__version__ = "4.5.2"

# constants for DeletionPolicy and UpdateReplacePolicy
Delete: Final = "Delete"
Expand Down

0 comments on commit 0817f5d

Please sign in to comment.