Skip to content

Commit

Permalink
Release 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Dec 7, 2023
1 parent ae23bee commit 926eb80
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
4.5.3 (2023*12*06)
-------------------------------
* Upgrade readthedocs config to v2
* Add tests and lint runs for maintenance action
* Install correct version of pyright for maintenance action
* Rename due to conflict: S3::StorageLensGroup.StorageLensFilter
* Add required Name to GuardDuty.IPSet tests
* Updates from spec version 149.0.0 (#2207)
* Add AWS::ARCZonalShift
* Add AWS::S3Express
* Add new supported resources to docs
* Prefer ECS::Service.LoadBalancer (Fixes #2206)

4.5.2 (2023*11*11)
-------------------------------
* Updates from spec version 146.0.0 (#2201)
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.2"
release = "4.5.3"


# -- 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.2"
__version__ = "4.5.3"

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

0 comments on commit 926eb80

Please sign in to comment.