Skip to content

Commit

Permalink
Tag v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 15, 2021
1 parent e53904b commit 87a1079
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
Changelog
=========

Here you can find the recent changes to cihai.

current
-------
- Add latest updates to master here

cihai 0.11.0 (2021-06-15)
-------------------------
- Update `black` to 21.6b0
- Update trove classifiers to 3.9
- Update unihan-etl to 0.12.0 (removes python 2.7, 3.5 support)
Expand Down
4 changes: 2 additions & 2 deletions cihai/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = 'cihai'
__package_name__ = 'cihai'
__version__ = '0.10.0'
__version__ = '0.11.0'
__description__ = 'Library for CJK (chinese, japanese, korean) language data.'
__author__ = 'Tony Narlock'
__email__ = 'tony@git-pull.com'
Expand All @@ -9,4 +9,4 @@
__tracker__ = 'https://github.com/cihai/cihai/issues'
__pypi__ = 'https://pypi.org/project/cihai/'
__license__ = 'MIT'
__copyright__ = 'Copyright 2013- cihai software foundation'
__copyright__ = 'Copyright 2013- cihai software foundation (Tony Narlock)'
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ skip-string-normalization = true

[tool.poetry]
name = "cihai"
version = "0.10.0"
version = "0.11.0"
description = "Library for CJK (chinese, japanese, korean) language data."
license = "MIT"
authors = ["Tony Narlock <tony@git-pull.com>"]
Expand Down

0 comments on commit 87a1079

Please sign in to comment.