Skip to content

Commit d8993f6

Browse files
DawoudSherazregisb
authored andcommitted
v17.0.4
1 parent 52abe65 commit d8993f6

4 files changed

+8
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:
2020

2121
<!-- scriv-insert-here -->
2222

23+
<a id='changelog-17.0.4'></a>
24+
## v17.0.4 (2024-04-09)
25+
26+
- [Security] Update Redis to 7.2.4 (by @dawoudsheraz)
27+
28+
- [Improvement] Update release to open-release/quince.3 (by @dawoudsheraz)
29+
2330
<a id='changelog-17.0.3'></a>
2431
## v17.0.3 (2024-03-26)
2532

changelog.d/20240320_131420_dawoud.sheraz_redis_update.md

-1
This file was deleted.

changelog.d/20240409_175748_dawoud.sheraz_quince_3.md

-1
This file was deleted.

tutor/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Increment this version number to trigger a new release. See
44
# docs/tutor.html#versioning for information on the versioning scheme.
5-
__version__ = "17.0.3"
5+
__version__ = "17.0.4"
66

77
# The version suffix will be appended to the actual version, separated by a
88
# dash. Use this suffix to differentiate between the actual released version and

0 commit comments

Comments
 (0)