From 62eef274de5419fa7c9d742458ccbb382becc1c6 Mon Sep 17 00:00:00 2001 From: Syed Muhammad Dawoud Sheraz Ali Date: Wed, 12 Mar 2025 15:33:01 +0500 Subject: [PATCH] v19.0.2 --- CHANGELOG.md | 10 ++++++++++ .../20250213_202807_jhony.avella_pyproject_toml.md | 1 - .../20250312_114719_dawoud.sheraz_fix_hatch_build.md | 1 - tutorxqueue/__about__.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) delete mode 100644 changelog.d/20250213_202807_jhony.avella_pyproject_toml.md delete mode 100644 changelog.d/20250312_114719_dawoud.sheraz_fix_hatch_build.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a2d07..f058fda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,16 @@ instructions, because git commits are used to generate release notes: + +## v19.0.2 (2025-03-12) + +- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz) + + +## v19.0.1 (2025-03-11) + +- [Improvement] Migrate from `setup.py` (setuptools) to `pyproject.toml` (hatch). (by @jfavellar90) + ## v19.0.0 (2024-10-24) diff --git a/changelog.d/20250213_202807_jhony.avella_pyproject_toml.md b/changelog.d/20250213_202807_jhony.avella_pyproject_toml.md deleted file mode 100644 index 567ead3..0000000 --- a/changelog.d/20250213_202807_jhony.avella_pyproject_toml.md +++ /dev/null @@ -1 +0,0 @@ -- [Improvement] Migrate from `setup.py` (setuptools) to `pyproject.toml` (hatch). (by @jfavellar90) diff --git a/changelog.d/20250312_114719_dawoud.sheraz_fix_hatch_build.md b/changelog.d/20250312_114719_dawoud.sheraz_fix_hatch_build.md deleted file mode 100644 index fb4c929..0000000 --- a/changelog.d/20250312_114719_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/tutorxqueue/__about__.py b/tutorxqueue/__about__.py index 39b5f3f..14d428a 100644 --- a/tutorxqueue/__about__.py +++ b/tutorxqueue/__about__.py @@ -1 +1 @@ -__version__ = "19.0.1" +__version__ = "19.0.2"