From 1246b2168f5dbaf649c9b119ac0741d4a64f8eec Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Sat, 26 Oct 2024 18:13:33 +0500 Subject: [PATCH 1/2] v19.0.0 Upgrade to sumac --- changelog.d/20241026_181012_abdul.muqadim_sumac.md | 1 + setup.py | 4 ++-- tutorwebui/__about__.py | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 changelog.d/20241026_181012_abdul.muqadim_sumac.md diff --git a/changelog.d/20241026_181012_abdul.muqadim_sumac.md b/changelog.d/20241026_181012_abdul.muqadim_sumac.md new file mode 100644 index 0000000..d14f9d9 --- /dev/null +++ b/changelog.d/20241026_181012_abdul.muqadim_sumac.md @@ -0,0 +1 @@ +- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft) \ No newline at end of file diff --git a/setup.py b/setup.py index df52d84..d010193 100644 --- a/setup.py +++ b/setup.py @@ -45,8 +45,8 @@ def load_about(): packages=find_packages(exclude=["tests*"]), include_package_data=True, python_requires=">=3.9", - install_requires=["tutor>=18.0.0,<19.0.0", "click_repl>=0.3.0"], - extras_require={"dev": "tutor[dev]>=18.0.0,<19.0.0"}, + install_requires=["tutor>=19.0.0,<20.0.0", "click_repl>=0.3.0"], + extras_require={"dev": "tutor[dev]>=19.0.0,<20.0.0"}, entry_points={ "tutor.plugin.v1": ["webui = tutorwebui.plugin"], }, diff --git a/tutorwebui/__about__.py b/tutorwebui/__about__.py index c6a8b8e..0122a6f 100644 --- a/tutorwebui/__about__.py +++ b/tutorwebui/__about__.py @@ -1 +1 @@ -__version__ = "18.0.0" +__version__ = "19.0.0" From 81a80ff2bb701cf44cd35aab7c274298326be451 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Mon, 9 Dec 2024 18:33:05 +0500 Subject: [PATCH 2/2] chore: add changelog --- CHANGELOG.md | 11 +++++++++++ changelog.d/20241026_181012_abdul.muqadim_sumac.md | 1 - ...14_113046_abdul.muqadim_remove_py3_8_references.md | 1 - .../20241119_175355_dawoud.sheraz_branch_rename.md | 3 --- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/20241026_181012_abdul.muqadim_sumac.md delete mode 100644 changelog.d/20241114_113046_abdul.muqadim_remove_py3_8_references.md delete mode 100644 changelog.d/20241119_175355_dawoud.sheraz_branch_rename.md diff --git a/CHANGELOG.md b/CHANGELOG.md index f3cb2ef..15d5bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,17 @@ instructions, because git commits are used to generate release notes: + +## v19.0.0 (2024-12-09) + +- 💥[Feature] Upgrade to Sumac (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. + ## v18.0.0 (2024-06-20) diff --git a/changelog.d/20241026_181012_abdul.muqadim_sumac.md b/changelog.d/20241026_181012_abdul.muqadim_sumac.md deleted file mode 100644 index d14f9d9..0000000 --- a/changelog.d/20241026_181012_abdul.muqadim_sumac.md +++ /dev/null @@ -1 +0,0 @@ -- 💥[Feature] Upgrade to Sumac (by @Abdul-Muqadim-Arbisoft) \ No newline at end of file diff --git a/changelog.d/20241114_113046_abdul.muqadim_remove_py3_8_references.md b/changelog.d/20241114_113046_abdul.muqadim_remove_py3_8_references.md deleted file mode 100644 index 645ac90..0000000 --- a/changelog.d/20241114_113046_abdul.muqadim_remove_py3_8_references.md +++ /dev/null @@ -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) \ No newline at end of file diff --git a/changelog.d/20241119_175355_dawoud.sheraz_branch_rename.md b/changelog.d/20241119_175355_dawoud.sheraz_branch_rename.md deleted file mode 100644 index 0385bc2..0000000 --- a/changelog.d/20241119_175355_dawoud.sheraz_branch_rename.md +++ /dev/null @@ -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.