Skip to content

Commit 71ae437

Browse files
committed
Tag v0.38.0 (Drop Python 3.9)
1 parent 91df325 commit 71ae437

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGES

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,14 @@ $ pipx install --suffix=@next unihan-etl --pip-args '\--pre' --force
2828

2929
Then run `unihan-etl@next`.
3030

31-
## unihan-etl 0.38.x (unreleased)
31+
## unihan-etl 0.39.x (unreleased)
3232

3333
<!-- Maintainers, insert changes / features for the next release here -->
3434

35+
_Add your latest changes from PRs here_
36+
37+
## unihan-etl 0.38.0 (2025-11-01)
38+
3539
### Breaking changes
3640

3741
- Drop support for Python 3.9; the new minimum is Python 3.10 (#386)

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-etl"
3-
version = "0.37.0"
3+
version = "0.38.0"
44
description = "Export UNIHAN data of Chinese, Japanese, Korean to CSV, JSON or YAML"
55
requires-python = ">=3.10,<4.0"
66
authors = [

src/unihan_etl/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
__title__ = "unihan-etl"
66
__package_name__ = "unihan_etl"
77
__description__ = "Export UNIHAN data of Chinese, Japanese, Korean to CSV, JSON or YAML"
8-
__version__ = "0.37.0"
8+
__version__ = "0.38.0"
99
__author__ = "Tony Narlock"
1010
__email__ = "[email protected]"
1111
__github__ = "https://github.com/cihai/unihan-etl"

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)