This commit is contained in:
Régis Behmo 2023-08-03 11:19:17 +02:00
parent 8de5edfab7
commit bb23afcc60
5 changed files with 8 additions and 4 deletions

View File

@ -20,6 +20,13 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-16.0.4'></a>
## v16.0.4 (2023-08-03)
- [Feature] Add support for HTTP/3, which considerably improves performance for Open edX. (by @regisb and @ghassanmas)
- [Bugfix] Do not display discussion units when the forum is not enabled. (by @regisb)
- [Improvement] Remove references to the wizard edition. (by @CodeWithEmad)
<a id='changelog-16.0.3'></a>
## v16.0.3 (2023-07-28)

View File

@ -1 +0,0 @@
- [Feature] Add support for HTTP/3, which considerably improves performance for Open edX. (by @regisb and @ghassanmas)

View File

@ -1 +0,0 @@
- [Bugfix] Do not display discussion units when the forum is not enabled. (by @regisb)

View File

@ -1 +0,0 @@
- [Improvement] Wizard references removed. (by @CodeWithEmad)

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__ = "16.0.3"
__version__ = "16.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