diff --git a/Changelog b/Changelog index d6038c6..1b0faf8 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,9 @@ -2013-05-02: version 0.28.4 +2013-06-07: version 0.29 +========================== +1) 提升了finalseg子模块命名体识别的准确度 +2) 修正了一些badcase + +2013-06-01: version 0.28.4 ========================== 1) 修正了一些badcase 2) add wraps decorator, by @cloudaice diff --git a/setup.py b/setup.py index f6514ce..c5fc586 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup setup(name='jieba', - version='0.28.4', + version='0.29', description='Chinese Words Segementation Utilities', author='Sun, Junyi', author_email='ccnusjy@gmail.com',