Skip to content

Commit

Permalink
Prepare 0.5.5 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
lxneng committed Feb 28, 2017
1 parent 5b4fec2 commit bc352e1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@ Changelog
=========


0.5.5 - Feb. 28, 2016
----------------------
- add a new staticmethod which can convert pinyin to upper, lower or capitalize.
https://github.com/lxneng/xpinyin/pull/28

- Removed extraneous "!" being appended to non 'a' vowel replacements when show_tone_marks=True; also added simple unitest.main() for non-nose users
https://github.com/lxneng/xpinyin/pull/30


0.5.4 - Dec. 14, 2015
----------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
CHANGES = io.open(os.path.join(here, 'CHANGES.rst'), encoding='UTF-8').read()

setup(name="xpinyin",
version='0.5.4',
version='0.5.5',
description="translate chinese hanzi to pinyin by python",
long_description=README + '\n\n' + CHANGES,
classifiers=[
Expand Down

0 comments on commit bc352e1

Please sign in to comment.