From d4943f90728bf49b8aa1e06c93ef036bde9f4841 Mon Sep 17 00:00:00 2001 From: Sun Junyi Date: Fri, 31 May 2013 13:43:16 +0800 Subject: [PATCH] minor version change --- Changelog | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 9f2a060..d6038c6 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,9 @@ +2013-05-02: version 0.28.4 +========================== +1) 修正了一些badcase +2) add wraps decorator, by @cloudaice +3) unittest, by @cloudaice + 2013-05-02: version 0.28.3 ========================== 1) 修正了临时cache文件生成在pypy解析器下出错的问题 diff --git a/setup.py b/setup.py index 69b58da..f6514ce 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup setup(name='jieba', - version='0.28.3', + version='0.28.4', description='Chinese Words Segementation Utilities', author='Sun, Junyi', author_email='ccnusjy@gmail.com',