diff --git a/CHANGES b/CHANGES index 343d8903..14b2f011 100644 --- a/CHANGES +++ b/CHANGES @@ -13,6 +13,8 @@ $ pip install --user --upgrade --pre unihan-db - _Insert changes/features/fixes for next release here_ +## unihan-db 0.7.2 (2023-05-13) + ### Packaging - Bump unihan-etl from 0.18.1 -> 0.18.2 diff --git a/pyproject.toml b/pyproject.toml index 1023297d..1199e219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "unihan_db" -version = "0.7.1" +version = "0.7.2" description = "SQLAlchemy models for UNIHAN CJK database" license = "MIT" authors = ["Tony Narlock "] diff --git a/src/unihan_db/__about__.py b/src/unihan_db/__about__.py index 016e7c29..786fc50e 100644 --- a/src/unihan_db/__about__.py +++ b/src/unihan_db/__about__.py @@ -1,7 +1,7 @@ __title__ = "unihan-db" __package_name__ = "unihan_db" __description__ = "SQLAlchemy models for UNIHAN CJK database" -__version__ = "0.7.1" +__version__ = "0.7.2" __author__ = "Tony Narlock" __github__ = "https://github.com/cihai/unihan-db" __docs__ = "https://unihan-db.git-pull.com"