File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 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+
174.4.0 (2023*08*13)
28-------------------------------
39* Add validator for AWS::RDS: :DBCluster.ServerlessV2ScalingConfiguration (#2135)
Original file line number Diff line number Diff line change 2626# The short X.Y version
2727version = ""
2828# The full version, including alpha/beta/rc tags
29- release = "4.4.0 "
29+ release = "4.4.1 "
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 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
4747Delete : Final = "Delete"
You can’t perform that action at this time.
0 commit comments