Skip to content

Commit

Permalink
Tag v0.20.0 (strict typings, drop python 3.7)
Browse files Browse the repository at this point in the history
See also:
- #343: Drop Python 3.7
- #324: Strict mypy typings
  • Loading branch information
tony committed May 29, 2023
1 parent 2d043b1 commit 6221eff
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
@@ -1,9 +1,11 @@
# Changelog

## cihai 0.20.x (unreleased)
## cihai 0.21.x (unreleased)

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

## cihai 0.20.0 (2023-05-29)

### Breaking

- **Python 3.7 Dropped**
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 = "cihai"
version = "0.19.0"
version = "0.20.0"
description = "Library for CJK (chinese, japanese, korean) language data."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down
2 changes: 1 addition & 1 deletion src/cihai/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "cihai"
__package_name__ = "cihai"
__version__ = "0.19.0"
__version__ = "0.20.0"
__description__ = "Library for CJK (chinese, japanese, korean) language data."
__author__ = "Tony Narlock"
__email__ = "tony@git-pull.com"
Expand Down

0 comments on commit 6221eff

Please sign in to comment.