Update the version to v1.8.1

This commit is contained in:
tzutalin 2018-12-02 21:21:00 -08:00
parent 255afca1b3
commit 3f14cbf451
2 changed files with 8 additions and 1 deletions

View File

@ -2,6 +2,13 @@
History
=======
1.8.1 (2018-12-02)
------------------
* Fix issues
* Support zh-Tw strings
1.8.0 (2018-10-21)
------------------

View File

@ -1,2 +1,2 @@
__version_info__ = ('1', '8', '0')
__version_info__ = ('1', '8', '1')
__version__ = '.'.join(__version_info__)