From 862825d48a722e98fcfc449f986fbc1e088304cb Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Tue, 6 Feb 2024 16:38:33 -0800 Subject: [PATCH] Release 4.6.0 --- CHANGELOG.rst | 23 +++++++++++++++++++++++ docs/conf.py | 2 +- troposphere/__init__.py | 2 +- 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c41c4b0e2..049ac4ada 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,26 @@ +4.6.0 (2024*01*06) +------------------------------- +* Emit pyright version on maintenance run +* Use package.json to install the correct version of pyright +* Updates from spec version 150.0.0 (#2210) +* Add AWS::WorkSpacesThinClient +* Updates from spec version 150.0.0 (#2211) +* Updates from spec version 151.0.0 (#2212) +* Updates from spec version 152.0.0 +* Update docs dependency +* Updates from spec version 153.0.0 (#2214) +* Allow EVENT for Glue::Trigger.Type (Fixes #2215) +* Update readthedocs-sphinx-search to 0.3.2 +* Updates from spec version 154.0.0 (#2218) +* Fix Batch patches for spec version 155.0.0 +* Updates from spec version 155.0.0 +* Add port validator for ElastiCache::ServerlessCache.Endpoint +* Keep Tags consistent for GuardDuty::Filter +* Updates from spec version 156.0.0 (#2219) +* Invert Ipv6CidrBlock Check (#2216) +* Fix valid Synthetics canary runtime versions (#2221) +* Updates from spec version 157.0.0 (#2222) + 4.5.3 (2023*12*06) ------------------------------- * Upgrade readthedocs config to v2 diff --git a/docs/conf.py b/docs/conf.py index 51da120a0..9689eeed7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "" # The full version, including alpha/beta/rc tags -release = "4.5.3" +release = "4.6.0" # -- General configuration --------------------------------------------------- diff --git a/troposphere/__init__.py b/troposphere/__init__.py index e8d724e17..41b2fc855 100644 --- a/troposphere/__init__.py +++ b/troposphere/__init__.py @@ -41,7 +41,7 @@ else: from typing import Final -__version__ = "4.5.3" +__version__ = "4.6.0" # constants for DeletionPolicy and UpdateReplacePolicy Delete: Final = "Delete"