Skip to content

Commit

Permalink
docs: start the Quince release listing
Browse files Browse the repository at this point in the history
Changes:
- add Quince listing
- add Palm.3 release
  • Loading branch information
cmltaWt0 committed Oct 15, 2023
1 parent fed594f commit 8fdd8df
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"esbonio.sphinx.confDir": ""
}
11 changes: 11 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]

[dev-packages]

[requires]
python_version = "3.11"
9 changes: 9 additions & 0 deletions devbox.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"packages": [
"python310",
"pipenv"
],
"shell": {
"init_hook": "pipenv shell"
}
}
11 changes: 11 additions & 0 deletions devbox.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"lockfile_version": "1",
"packages": {
"pipenv": {
"resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#pipenv"
},
"python310": {
"resolved": "github:NixOS/nixpkgs/f80ac848e3d6f0c12c52758c0f25c10c97ca3b62#python310"
}
}
}
1 change: 1 addition & 0 deletions source/community/release_notes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ The *Open edX Platform Release Notes* provide information about releases, migrat
.. toctree::
:maxdepth: 2

Quince: The next release <quince>
Palm: The current release <palm>
named_release_branches_and_tags
old_releases
Expand Down
11 changes: 11 additions & 0 deletions source/community/release_notes/named_release_branches_and_tags.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,13 @@ Every release line (Ginkgo, Hawthorn, etc) has a branch that accumulates changes

If an installation of a tag fails, try the corresponding release line master branch, it may have a fix.

Quince
~~~~~~

* **Code cut date:** 2023-10-10
* **Status:** upcoming
* :doc:`Release Notes <./quince>`

Palm
~~~~

Expand All @@ -53,6 +60,10 @@ Palm
- 2023-08-09
- open-release/palm.2

* - Palm.3
- 2023-10-13
- open-release/palm.3

Olive
=====

Expand Down
44 changes: 44 additions & 0 deletions source/community/release_notes/quince.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
.. _Open edX Quince Release:

Open edX Quince Release
#######################

These are the release notes for the Quince release, the 17th community release of the Open edX Platform, spanning changes from April 11 2023 to October 10 2023. You can also review details about `earlier releases`_ or learn more about the `Open edX Platform`_.

.. _earlier releases: https://edx.readthedocs.io/projects/edx-developer-docs/en/latest/named_releases.html
.. _Open edX Platform: https://openedx.org

.. contents::
:depth: 1
:local:

Breaking Changes
****************


Learner Experiences
*******************


Instructor Experiences
**********************


Administrators & Operators
**************************


Deprecations & Removals
***********************


Developer Experience
********************


Researcher & Data Experiences
*****************************


Known Issues
************

0 comments on commit 8fdd8df

Please sign in to comment.