Skip to content

Commit e7db75a

Browse files
committed
Release 4.4.1
1 parent 73075ba commit e7db75a

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.4.1 (2023*08*16)
2+
-------------------------------
3+
* Remove EOL Python 3.7 from the tests action
4+
* Add new DeletionPolicy attribute option, RetainExceptOnCreate (#2174)
5+
* Fix RDS Validations (#2171)
6+
17
4.4.0 (2023*08*13)
28
-------------------------------
39
* Add validator for AWS::RDS::DBCluster.ServerlessV2ScalingConfiguration (#2135)

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = ""
2828
# The full version, including alpha/beta/rc tags
29-
release = "4.4.0"
29+
release = "4.4.1"
3030

3131

3232
# -- General configuration ---------------------------------------------------

troposphere/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
else:
4242
from typing import Final
4343

44-
__version__ = "4.4.0"
44+
__version__ = "4.4.1"
4545

4646
# constants for DeletionPolicy and UpdateReplacePolicy
4747
Delete: Final = "Delete"

0 commit comments

Comments
 (0)