v18.0.1
This commit is contained in:
parent
cb789e8604
commit
b7af7ba707
10
CHANGELOG.md
10
CHANGELOG.md
@ -19,6 +19,16 @@ instructions, because git commits are used to generate release notes:
|
|||||||
|
|
||||||
<!-- scriv-insert-here -->
|
<!-- scriv-insert-here -->
|
||||||
|
|
||||||
|
<a id='changelog-18.0.1'></a>
|
||||||
|
## v18.0.1 (2024-11-28)
|
||||||
|
|
||||||
|
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
|
||||||
|
- 💥[Feature] Update android image to use Ubuntu `24.04` as base OS. (by @Abdul-Muqadim-Arbisoft)
|
||||||
|
- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Abdul-Muqadim-Arbisoft)
|
||||||
|
- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
|
||||||
|
* Rename **master** to **release**, as this branch runs the latest official Open edX release tag.
|
||||||
|
* Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
|
||||||
|
|
||||||
<a id='changelog-18.0.0'></a>
|
<a id='changelog-18.0.0'></a>
|
||||||
## v18.0.0 (2024-06-20)
|
## v18.0.0 (2024-06-20)
|
||||||
|
|
||||||
|
|||||||
@ -1 +0,0 @@
|
|||||||
- [Bugfix] Fix legacy warnings during Docker build. (by @regisb)
|
|
||||||
@ -1 +0,0 @@
|
|||||||
-💥[Feature] Update android image to use Ubuntu `24.04` as base OS. (by @Abdul-Muqadim-Arbisoft)
|
|
||||||
@ -1 +0,0 @@
|
|||||||
- 💥 [Deprecation] Drop support for python 3.8 and set Python 3.9 as the minimum supported python version. (by @Abdul-Muqadim-Arbisoft)
|
|
||||||
@ -1,3 +0,0 @@
|
|||||||
- 💥[Improvement] Rename Tutor's two branches (by @DawoudSheraz):
|
|
||||||
* Rename **master** to **release**, as this branch runs the latest official Open edX release tag.
|
|
||||||
* Rename **nightly** to **main**, as this branch runs the Open edX master branches, which are the basis for the next Open edX release.
|
|
||||||
@ -1 +1 @@
|
|||||||
__version__ = "18.0.0"
|
__version__ = "18.0.1"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user