Skip to content

Commit cde10c2

Browse files
authored
v19.0.2 (#48)
1 parent 97aed60 commit cde10c2

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@ 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+
- [Bugfix] Fix broken feature in `dev` mode, where the frontend is reporting a CORS error on loading the notes. (by @regisb)
31+
32+
- [Improvement] Migrate from `setup.py` (setuptools) to `pyproject.toml` (hatch). (by @jfavellar90)
33+
2234
<a id='changelog-19.0.0'></a>
2335
## v19.0.0 (2024-10-24)
2436

changelog.d/20241114_112459_regis_fix_dev_cors.md

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

changelog.d/20250213_184451_jhony.avella_pyproject_toml.md

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

changelog.d/20250312_114455_dawoud.sheraz_fix_hatch_build.md

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

tutornotes/__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)