Skip to content

Commit 96583b4

Browse files
committed
Tag v0.19.0 (Drop Python 3.9)
1 parent a7479a6 commit 96583b4

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ $ uv add unihan-db --prerelease allow
2828
$ uvx --from 'unihan-db' --prerelease allow python -c "import unihan_db.bootstrap as bootstrap; print(bootstrap.TABLE_NAME)"
2929
```
3030

31-
## unihan-db 0.19.x (unreleased)
31+
## unihan-db 0.20.x (unreleased)
3232

3333
- _Add your latest changes from PRs here_
3434

3535
<!-- Maintainers, insert changes / features for the next release here -->
3636

37+
## unihan-db 0.19.0 (2025-11-01)
38+
3739
### Breaking changes
3840

3941
- Bump minimum unihan-etl v0.37.0 -> v0.38.0

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "unihan_db"
3-
version = "0.18.0"
3+
version = "0.19.0"
44
description = "SQLAlchemy models for UNIHAN CJK database"
55
requires-python = ">=3.10,<4.0"
66
license = { text = "MIT" }

src/unihan_db/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "unihan-db"
66
__package_name__ = "unihan_db"
77
__description__ = "SQLAlchemy models for UNIHAN CJK database"
8-
__version__ = "0.18.0"
8+
__version__ = "0.19.0"
99
__author__ = "Tony Narlock"
1010
__github__ = "https://github.com/cihai/unihan-db"
1111
__docs__ = "https://unihan-db.git-pull.com"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)