Skip to content

Commit c6083a3

Browse files
committed
Release 4.9.2
1 parent e71f6b4 commit c6083a3

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
4.9.2 (2025*04*17)
2+
-------------------------------
3+
* Updates from spec version 194.0.0 (#2298)
4+
* Add support for FLINK-1_20 in validate_runtime_environment (#2300)
5+
16
4.9.1 (2025*04*08)
27
-------------------------------
38
* EC2: Validate prefix list IDs as route destinations (#2280)

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.1"
29+
release = "4.9.2"
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.1"
44+
__version__ = "4.9.2"
4545

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

0 commit comments

Comments
 (0)