diff --git a/Changelog b/Changelog index 4eb1af0..d1628f1 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,6 @@ +2014-11-15: version 0.35.1 +1) fix Python 3.2的兼容性问题 + 2014-11-13: version 0.35 1) 改进词典cache的dump和加载机制;by @gumblex 2)提升关键词提取的性能; by @gumblex diff --git a/setup.py b/setup.py index 3e6d860..57a8421 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup setup(name='jieba3k', - version='0.35', + version='0.35.1', description='Chinese Words Segementation Utilities', author='Sun, Junyi', author_email='ccnusjy@gmail.com',