Skip to content

Commit 3f66ecb

Browse files
committed
Release 4.9.3
1 parent e53302a commit 3f66ecb

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
4.9.3 (2025*06*19)
2+
-------------------------------
3+
* Updates from spec version 196.0.0 (#2301)
4+
* Work around recursive definition in AWS::Budgets
5+
* Updates from spec version 197.0.0 (#2302)
6+
* Updates from spec version 198.0.0 (#2306)
7+
* Updates from spec version 199.0.0 (#2307)
8+
* Add MSKEvent params for serverless lambda esm (#2310)
9+
* Bedrock patch changes for spec 200.0.0
10+
* Updates from spec version 200.0.0 (#2311)
11+
* Fix controltower parameters value types (#2314)
12+
* Updates from spec version 201.0.0
13+
* Updates from spec version 202.0.0
14+
115
4.9.2 (2025*04*17)
216
-------------------------------
317
* Updates from spec version 194.0.0 (#2298)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "4.9.2"
29+
release = "4.9.3"
3030

3131

3232
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
else:
4242
from typing import Final
4343

44-
__version__ = "4.9.2"
44+
__version__ = "4.9.3"
4545

4646
# constants for DeletionPolicy and UpdateReplacePolicy
4747
Delete: Final = "Delete"

0 commit comments

Comments
 (0)