From a6026d6f6bb41023e215f5ae39988da2a167a77c Mon Sep 17 00:00:00 2001 From: Danyal Faheem <138459282+Danyal-Faheem@users.noreply.github.com> Date: Thu, 13 Mar 2025 14:07:26 +0500 Subject: [PATCH] v19.0.1 (#56) --- CHANGELOG.md | 8 ++++++++ .../20250204_192514_danyal.faheem_migrate_to_pyproject.md | 2 -- .../20250312_113458_dawoud.sheraz_fix_hatch_build.md | 1 - tutorcairn/__about__.py | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) delete mode 100644 changelog.d/20250204_192514_danyal.faheem_migrate_to_pyproject.md delete mode 100644 changelog.d/20250312_113458_dawoud.sheraz_fix_hatch_build.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 46aba09..88df334 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,14 @@ instructions, because git commits are used to generate release notes: + +## v19.0.1 (2025-03-12) + +- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Danyal-Faheem) + - 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) + ## v19.0.0 (2024-10-22) diff --git a/changelog.d/20250204_192514_danyal.faheem_migrate_to_pyproject.md b/changelog.d/20250204_192514_danyal.faheem_migrate_to_pyproject.md deleted file mode 100644 index 320f611..0000000 --- a/changelog.d/20250204_192514_danyal.faheem_migrate_to_pyproject.md +++ /dev/null @@ -1,2 +0,0 @@ -- [Improvement] Migrate packaging from setup.py/setuptools to pyproject.toml/hatch. (by @Danyal-Faheem) - - 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_113458_dawoud.sheraz_fix_hatch_build.md b/changelog.d/20250312_113458_dawoud.sheraz_fix_hatch_build.md deleted file mode 100644 index fb4c929..0000000 --- a/changelog.d/20250312_113458_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/tutorcairn/__about__.py b/tutorcairn/__about__.py index 0122a6f..39b5f3f 100644 --- a/tutorcairn/__about__.py +++ b/tutorcairn/__about__.py @@ -1 +1 @@ -__version__ = "19.0.0" +__version__ = "19.0.1"