Skip to content

Commit 150968d

Browse files
committed
Release 4.9.0
1 parent 80a1a9c commit 150968d

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
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.0 (2025*01*14)
2+
-------------------------------
3+
* Updates from spec version 186.0.0 (#2273)
4+
* Update list of valid Synthetics::Canary runtime versions (#2276)
5+
* AWS::Transfer patches are not needed with spec 188.0.0
6+
* Remove deprecated AWS::IoT1Click
7+
* Allow "object" to be used as a property type
8+
* Patches needed for spec 188.0.0
9+
* Add new AWS resources
10+
* Patch AWS::Batch again for backward compatibility
11+
* Tweak GameLift patches
12+
* Updates from spec version 188.0.0 (#2278)
13+
* Update copyright year in generated files
14+
115
4.8.3 (2024*10*02)
216
-------------------------------
317
* Allow AWSHelperFn for Tag properties (#2271)

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.8.3"
29+
release = "4.9.0"
3030

3131

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

troposphere/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2012-2022, Mark Peek <[email protected]>
1+
# Copyright (c) 2012-2025, Mark Peek <[email protected]>
22
# All rights reserved.
33
#
44
# See LICENSE file for full license.
@@ -41,7 +41,7 @@
4141
else:
4242
from typing import Final
4343

44-
__version__ = "4.8.3"
44+
__version__ = "4.9.0"
4545

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

0 commit comments

Comments
 (0)