Skip to content

Commit da8aa31

Browse files
authored
v19.0.2 (#40)
1 parent c39f3ac commit da8aa31

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,16 @@ instructions, because git commits are used to generate release notes:
1919

2020
<!-- scriv-insert-here -->
2121

22+
<a id='changelog-19.0.2'></a>
23+
## v19.0.2 (2025-03-12)
24+
25+
- [Improvement] Add hatch_build.py in sdist target to fix the installation issues (by @dawoudsheraz)
26+
27+
<a id='changelog-19.0.1'></a>
28+
## v19.0.1 (2025-03-11)
29+
30+
- [Improvement] Migrate from `setup.py` (setuptools) to `pyproject.toml` (hatch). (by @jfavellar90)
31+
2232
<a id='changelog-19.0.0'></a>
2333
## v19.0.0 (2024-10-24)
2434

changelog.d/20250213_202807_jhony.avella_pyproject_toml.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelog.d/20250312_114719_dawoud.sheraz_fix_hatch_build.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

tutorxqueue/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "19.0.1"
1+
__version__ = "19.0.2"

0 commit comments

Comments
 (0)