Skip to content

Commit

Permalink
Release 4.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
markpeek committed Aug 16, 2023
1 parent 73075ba commit e7db75a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.4.1 (2023*08*16)
-------------------------------
* Remove EOL Python 3.7 from the tests action
* Add new DeletionPolicy attribute option, RetainExceptOnCreate (#2174)
* Fix RDS Validations (#2171)

4.4.0 (2023*08*13)
-------------------------------
* Add validator for AWS::RDS::DBCluster.ServerlessV2ScalingConfiguration (#2135)
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.4.0"
release = "4.4.1"


# -- 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.4.0"
__version__ = "4.4.1"

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

0 comments on commit e7db75a

Please sign in to comment.