Skip to content

Commit

Permalink
update version: 0.42
Browse files Browse the repository at this point in the history
  • Loading branch information
fxsjy committed Jan 13, 2020
1 parent aa65031 commit 5704e23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2019-1-13: version 0.42
1. 修复paddle模式空字符串coredump问题 @JesseyXujin
2. 修复cut_all模式切分丢字问题 @fxsjy
3. paddle安装检测优化 @vissssa

2019-1-8: version 0.41
1. 开启paddle模式更友好
2. 修复cut_all模式不支持中英混合词的bug
Expand Down
2 changes: 1 addition & 1 deletion jieba/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from __future__ import absolute_import, unicode_literals

__version__ = '0.41'
__version__ = '0.42'
__license__ = 'MIT'

import marshal
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"""

setup(name='jieba',
version='0.41',
version='0.42',
description='Chinese Words Segmentation Utilities',
long_description=LONGDOC,
author='Sun, Junyi',
Expand Down

0 comments on commit 5704e23

Please sign in to comment.