Skip to content

Commit

Permalink
tag v0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed May 31, 2017
1 parent c603522 commit 1e546ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Changelog

Here you can find the recent changes to the project.

- :release:`0.9.2 <2017-05-31>`
- :support:`-` Normalize Radical-Stroke expansion for kRSUnicode
- :support:`-` Migrate more fields to regular expressions
- :support:`-` Normalize character field for kDaeJaweon, kHanyuPinyin,
- :feature:`-` Normalize character field for kDaeJaweon, kHanyuPinyin,
and kCheungBauer, kFennIndex, kCheungBauerIndex, kIICore,
kIRGHanyuDaZidian

Expand Down
2 changes: 1 addition & 1 deletion unihan_etl/__about__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
__title__ = 'unihan-etl'
__package_name__ = 'unihan_etl'
__description__ = 'Export UNIHAN to Python, Data Package, CSV, JSON and YAML'
__version__ = '0.9.1'
__version__ = '0.9.2'
__author__ = 'Tony Narlock'
__email__ = 'cihai@git-pull.com'
__license__ = 'MIT'
Expand Down

0 comments on commit 1e546ad

Please sign in to comment.