Skip to content

Commit

Permalink
Release 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Feb 7, 2024
1 parent cffd79a commit 862825d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion troposphere/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 862825d

Please sign in to comment.