Skip to content

Commit 4f4c04b

Browse files
committed
Tag v0.31.0 (Drop Python 3.9)
1 parent 4891cf3 commit 4f4c04b

4 files changed

Lines changed: 7 additions & 5 deletions

File tree

CHANGES

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,14 @@ $ uv add cihai-cli --prerelease allow
2828
$ uvx --from 'cihai-cli' --prerelease allow cihai
2929
```
3030

31-
## cihai-cli 0.31.x (unreleased)
31+
## cihai-cli 0.32.x (unreleased)
3232

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

3535
- _Changes for the upcoming release go here._
3636

37+
## cihai-cli 0.31.0 (2025-11-01)
38+
3739
### Breaking changes
3840

3941
- Bump cihai 0.35.0 -> 0.36.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 = "cihai-cli"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
description = "Command line frontend for the cihai CJK language library"
55
requires-python = ">=3.10,<4.0"
66
license = { text = "MIT" }

src/cihai_cli/__about__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
__title__ = "cihai-cli"
66
__package_name__ = "cihai_cli"
7-
__version__ = "0.30.0"
7+
__version__ = "0.31.0"
88
__description__ = "Command line frontend for the cihai CJK language library"
99
__author__ = "Tony Narlock"
1010
__email__ = "tony@git-pull.com"

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)