This commit is contained in:
DawoudSheraz 2024-04-09 22:38:16 +05:00 committed by Régis Behmo
parent 52abe65c69
commit d8993f6293
4 changed files with 8 additions and 3 deletions

View File

@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-17.0.4'></a>
## v17.0.4 (2024-04-09)
- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz)
<a id='changelog-17.0.3'></a>
## v17.0.3 (2024-03-26)

View File

@ -1 +0,0 @@
- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)

View File

@ -1 +0,0 @@
- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz)

View File

@ -2,7 +2,7 @@ import os
# Increment this version number to trigger a new release. See
# docs/tutor.html#versioning for information on the versioning scheme.
__version__ = "17.0.3"
__version__ = "17.0.4"
# The version suffix will be appended to the actual version, separated by a
# dash. Use this suffix to differentiate between the actual released version and