Skip to content

Commit af842a6

Browse files
committed
Release 4.10.0
1 parent 54c8658 commit af842a6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
4.10.0 (2026*02*12)
2+
-------------------------------
3+
* Remove some malformed properties in spec 226.0.0
4+
* Add __pycache__ to .gitignore
5+
* Updates from spec version 226.0.0 (#2347)
6+
* Add AWS::DevOpsAgent
7+
* resources_aws.md: reflect doc move from UserGuide to TemplateReference
8+
* Add AWS::ARCRegionSwitch
9+
* Add helper script for generating resources_aws.md
10+
* Remove IoTFleetHub and LookoutMetrics
11+
* Patches for spec 227.0.0
12+
* Updates from spec version 228.0.0
13+
* Updates from spec version 229.0.0
14+
* Updates from spec version 230.0.0
15+
* Updates from spec version 231.0.0
16+
* Updates from spec version 232.0.0
17+
* Updates from spec version 234.0.0
18+
* Updates from spec version 235.0.0
19+
* Add AWS::Cases and AWS::MWAAServerless
20+
121
4.9.6 (2025*12*03)
222
-------------------------------
323
* Fix regression in RDS validator (#2346)

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.6"
29+
release = "4.10.0"
3030

3131

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

troposphere/__init__.py

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

43-
__version__ = "4.9.6"
43+
__version__ = "4.10.0"
4444

4545
# constants for DeletionPolicy and UpdateReplacePolicy
4646
Delete: Final[str] = "Delete"

0 commit comments

Comments
 (0)