File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ 4.9.6 (2025*12*03)
2+ -------------------------------
3+ * Fix regression in RDS validator (#2346)
4+
154.9.5 (2025*11*24)
26-------------------------------
37* Updates from spec version 213.0.0 (#2328)
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.9.5 "
29+ release = "4.9.6 "
3030
3131
3232# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 4040 else :
4141 from typing import Final
4242
43- __version__ = "4.9.5 "
43+ __version__ = "4.9.6 "
4444
4545# constants for DeletionPolicy and UpdateReplacePolicy
4646Delete : Final [str ] = "Delete"
You can’t perform that action at this time.
0 commit comments