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"