Skip to content

Commit 862825d

Browse files
committed
Release 4.6.0
1 parent cffd79a commit 862825d

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
4.6.0 (2024*01*06)
2+
-------------------------------
3+
* Emit pyright version on maintenance run
4+
* Use package.json to install the correct version of pyright
5+
* Updates from spec version 150.0.0 (#2210)
6+
* Add AWS::WorkSpacesThinClient
7+
* Updates from spec version 150.0.0 (#2211)
8+
* Updates from spec version 151.0.0 (#2212)
9+
* Updates from spec version 152.0.0
10+
* Update docs dependency
11+
* Updates from spec version 153.0.0 (#2214)
12+
* Allow EVENT for Glue::Trigger.Type (Fixes #2215)
13+
* Update readthedocs-sphinx-search to 0.3.2
14+
* Updates from spec version 154.0.0 (#2218)
15+
* Fix Batch patches for spec version 155.0.0
16+
* Updates from spec version 155.0.0
17+
* Add port validator for ElastiCache::ServerlessCache.Endpoint
18+
* Keep Tags consistent for GuardDuty::Filter
19+
* Updates from spec version 156.0.0 (#2219)
20+
* Invert Ipv6CidrBlock Check (#2216)
21+
* Fix valid Synthetics canary runtime versions (#2221)
22+
* Updates from spec version 157.0.0 (#2222)
23+
124
4.5.3 (2023*12*06)
225
-------------------------------
326
* Upgrade readthedocs config to v2

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

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

0 commit comments

Comments
 (0)