Skip to content

Commit

Permalink
version 1.2.0
Browse files Browse the repository at this point in the history
* support nested conversion
* add full detection in `issimp`
* improve dictionary
  • Loading branch information
gumblex committed Dec 23, 2016
1 parent cf33405 commit a5a302d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -5,7 +5,7 @@

setup(
name='zhconv',
version='1.1.1',
version='1.2.0',
description="A simple implementation of Simplified-Traditional Chinese conversion.",
author='Dingyuan Wang',
author_email='abcdoyle888@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion zhconv/zhconv.py
Expand Up @@ -22,7 +22,7 @@
"""
# Only Python3 can pass the doctest here due to unicode problems.
__version__ = '1.1.1'
__version__ = '1.2.0'

import os
import sys
Expand Down

0 comments on commit a5a302d

Please sign in to comment.