Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aeb4ae commit dcef3b5Copy full SHA for dcef3b5
3 files changed
CHANGELOG.rst
@@ -1,3 +1,7 @@
1
+4.9.6 (2025*12*03)
2
+-------------------------------
3
+* Fix regression in RDS validator (#2346)
4
+
5
4.9.5 (2025*11*24)
6
-------------------------------
7
* Updates from spec version 213.0.0 (#2328)
docs/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = ""
28
# The full version, including alpha/beta/rc tags
29
-release = "4.9.5"
+release = "4.9.6"
30
31
32
# -- General configuration ---------------------------------------------------
troposphere/__init__.py
@@ -40,7 +40,7 @@
40
else:
41
from typing import Final
42
43
-__version__ = "4.9.5"
+__version__ = "4.9.6"
44
45
# constants for DeletionPolicy and UpdateReplacePolicy
46
Delete: Final[str] = "Delete"
0 commit comments