This commit is contained in:
Danyal Faheem 2025-03-13 14:07:26 +05:00 committed by GitHub
parent cea1f8f4ae
commit a6026d6f6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -19,6 +19,14 @@ instructions, because git commits are used to generate release notes:
<!-- scriv-insert-here -->
<a id='changelog-19.0.1'></a>
## 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)
<a id='changelog-19.0.0'></a>
## v19.0.0 (2024-10-22)

View File

@ -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

View File

@ -1 +0,0 @@
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)

View File

@ -1 +1 @@
__version__ = "19.0.0"
__version__ = "19.0.1"