From 00eeea4d71b7fbc86d14b19bdd3a550505c4f4ae Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Sun, 6 Apr 2025 19:00:55 +0500 Subject: [PATCH 1/3] v20.0.0 --- CHANGELOG.md | 10 ++++++++++ ...250218_124134_abdul.muqadim_migrate_to_pyproject.md | 2 -- .../20250312_114607_dawoud.sheraz_fix_hatch_build.md | 1 - pyproject.toml | 4 ++-- tutorwebui/__about__.py | 2 +- 5 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 changelog.d/20250218_124134_abdul.muqadim_migrate_to_pyproject.md delete mode 100644 changelog.d/20250312_114607_dawoud.sheraz_fix_hatch_build.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 15d5bb9..ad2b598 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,16 @@ instructions, because git commits are used to generate release notes: + +## v20.0.0 (2025-04-06) + +- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Abdul-Muqadim-Arbisoft) + - For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163scriv + +- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz) + +- 💥[Feature] Upgrade to teak. (by @Abdul-Muqadim-Arbisoft) + ## v19.0.0 (2024-12-09) diff --git a/changelog.d/20250218_124134_abdul.muqadim_migrate_to_pyproject.md b/changelog.d/20250218_124134_abdul.muqadim_migrate_to_pyproject.md deleted file mode 100644 index 5f75f96..0000000 --- a/changelog.d/20250218_124134_abdul.muqadim_migrate_to_pyproject.md +++ /dev/null @@ -1,2 +0,0 @@ -- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Abdul-Muqadim-Arbisoft) - - For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163 \ No newline at end of file diff --git a/changelog.d/20250312_114607_dawoud.sheraz_fix_hatch_build.md b/changelog.d/20250312_114607_dawoud.sheraz_fix_hatch_build.md deleted file mode 100644 index fb4c929..0000000 --- a/changelog.d/20250312_114607_dawoud.sheraz_fix_hatch_build.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz) diff --git a/pyproject.toml b/pyproject.toml index 07e4ce6..5253c81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ classifiers = [ "Programming Language :: Python :: 3.12" ] dependencies = [ - "tutor>=19.0.0,<20.0.0", + "tutor>=20.0.0,<21.0.0", "click_repl>=0.3.0" ] # these fields will be set by hatch_build.py @@ -35,7 +35,7 @@ dynamic = ["version"] [project.optional-dependencies] dev = [ - "tutor[dev]>=19.0.0,<20.0.0", + "tutor[dev]>=20.0.0,<21.0.0", "black", "pylint" ] diff --git a/tutorwebui/__about__.py b/tutorwebui/__about__.py index 0122a6f..9c9eb91 100644 --- a/tutorwebui/__about__.py +++ b/tutorwebui/__about__.py @@ -1 +1 @@ -__version__ = "19.0.0" +__version__ = "20.0.0" From 75eec4ffc1fee061febfe4b536405f8d4a45018b Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Tue, 8 Apr 2025 12:46:08 +0500 Subject: [PATCH 2/3] tutor pr link correction in changelog entry --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2b598..4665d55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,7 +23,7 @@ instructions, because git commits are used to generate release notes: ## v20.0.0 (2025-04-06) - [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Abdul-Muqadim-Arbisoft) - - For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163scriv + - For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163 - [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz) From 9523f913d11f93c57d84686b8ee5a6f56bd01d26 Mon Sep 17 00:00:00 2001 From: Abdul-Muqadim-Arbisoft Date: Tue, 10 Jun 2025 11:04:07 +0500 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4665d55..7ab7e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,7 @@ instructions, because git commits are used to generate release notes: -## v20.0.0 (2025-04-06) +## v20.0.0 (2025-06-10) - [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Abdul-Muqadim-Arbisoft) - For more details view tutor core PR: https://github.com/overhangio/tutor/pull/1163