Skip to content

Commit

Permalink
Tag v0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Aug 16, 2022
1 parent 1b97997 commit 16dfb6c
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.13.x (unreleased)
## cihai 0.14.x (unreleased)

- _Insert changes/features/fixes for next release here_

## cihai 0.13.0 (2022-08-16)

### Compatibility

- Add python 3.10 support (#317)
Expand Down
2 changes: 1 addition & 1 deletion cihai/__about__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__title__ = "cihai"
__package_name__ = "cihai"
__version__ = "0.13.0a1"
__version__ = "0.13.0"
__description__ = "Library for CJK (chinese, japanese, korean) language data."
__author__ = "Tony Narlock"
__email__ = "tony@git-pull.com"
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.13.0a1"
version = "0.13.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 16dfb6c

Please sign in to comment.