Skip to content

Commit aef8189

Browse files
authored
v20.0.1 (#1262)
1 parent dd5ee50 commit aef8189

5 files changed

Lines changed: 10 additions & 4 deletions

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@ instructions, because git commits are used to generate release notes:
2020

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

23+
<a id='changelog-20.0.1'></a>
24+
## v20.0.1 (2025-08-22)
25+
26+
- [Feature] Add max-log-requests parameter for command `tutor k8s logs`. (by @mlabeeb03)
27+
28+
- [Improvement] Redis version upgraded to 7.4.5. (by @CodeWithEmad)
29+
30+
- [Feature] Update OPENEDX_COMMON_VERSION to teak.2 tag (by @ahmed-arb)
31+
2332
<a id='changelog-20.0.0'></a>
2433
## v20.0.0 (2025-06-16)
2534

changelog.d/20250707_171130_muhammad.labeeb_add_max_log_request.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250728_145408_codewithemad_update_redis.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250822_164455_ahmed.khalid_teak_2.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutor/__about__.py

Lines changed: 1 addition & 1 deletion
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__ = "20.0.0"
5+
__version__ = "20.0.1"
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)