File tree Expand file tree Collapse file tree 3 files changed +25
-2
lines changed
Expand file tree Collapse file tree 3 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 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+
1244.5.3 (2023*12*06)
225-------------------------------
326* Upgrade readthedocs config to v2
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ""
2828# The full version, including alpha/beta/rc tags
29- release = "4.5.3 "
29+ release = "4.6.0 "
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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
4747Delete : Final = "Delete"
You can’t perform that action at this time.
0 commit comments