Skip to content

Commit

Permalink
Tag v0.10.0 (unihan-etl v0.24.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 24, 2023
1 parent aa03683 commit 64a46be
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,14 @@ To install the unreleased unihan-db version, see
$ pip install --user --upgrade --pre unihan-db
```

## unihan-db 0.10.x (unreleased)
## unihan-db 0.11.x (unreleased)

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

## unihan-db 0.10.x (2023-06-24)

_Maintenance only, no bug fixes, or new features_

### Development

- unihan-etl:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "unihan_db"
version = "0.9.0"
version = "0.10.0"
description = "SQLAlchemy models for UNIHAN CJK database"
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/unihan_db/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = "unihan-db"
__package_name__ = "unihan_db"
__description__ = "SQLAlchemy models for UNIHAN CJK database"
__version__ = "0.9.0"
__version__ = "0.10.0"
__author__ = "Tony Narlock"
__github__ = "https://github.com/cihai/unihan-db"
__docs__ = "https://unihan-db.git-pull.com"
Expand Down

0 comments on commit 64a46be

Please sign in to comment.