Skip to content

Commit

Permalink
Tag v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 16, 2022
1 parent d860c03 commit c953e8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ To install the unreleased unihan-db version, see
$ pip install --user --upgrade --pre unihan-db
```

## unihan-db 0.4.x (unreleased)
## unihan-db 0.5.x (unreleased)

- _Insert changes/features/fixes for next release here_

## unihan-db 0.4.0 (2022-08-16)

### Compatibility

- Drop python 3.6 (#292)
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.4.0a1"
version = "0.4.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 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.4.0a1"
__version__ = "0.4.0"
__author__ = "Tony Narlock"
__github__ = "https://github.com/cihai/unihan-db"
__docs__ = "https://unihan-db.git-pull.com"
Expand Down

0 comments on commit c953e8c

Please sign in to comment.