Skip to content

Commit

Permalink
Release 4.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Oct 2, 2024
1 parent c15fe04 commit ca9d47e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
4.8.3 (2024*10*02)
-------------------------------
* Allow AWSHelperFn for Tag properties (#2271)
* Updates from spec version 185.0.1 (#2272)

4.8.2 (2024*09*30)
-------------------------------
* Update SSM OperatingSystem validator (#2256)
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.8.2"
release = "4.8.3"


# -- 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.8.2"
__version__ = "4.8.3"

# constants for DeletionPolicy and UpdateReplacePolicy
Delete: Final = "Delete"
Expand Down

0 comments on commit ca9d47e

Please sign in to comment.