Skip to content

Commit c03668e

Browse files
committed
0.9.3 release
1 parent 56e58ed commit c03668e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changes
22
=======
33

4+
0.9.3 (2017-09-03)
5+
------------------
6+
7+
* Fixed compatibility with Python 3.5+ on Windows (thanks @fgregg);
8+
* CRFSuite C++ library is updated to latest version, this fixes several
9+
memory leaks and improves performance (thanks @fgregg);
10+
* extension is rebuilt with Cython 0.26.1.
11+
412
0.9.2 (2017-05-04)
513
------------------
614

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '0.9'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.9.2'
61+
release = '0.9.3'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def build_extensions(self):
4545

4646
setup(
4747
name='python-crfsuite',
48-
version="0.9.2",
48+
version="0.9.3",
4949
description="Python binding for CRFsuite",
5050
long_description=open('README.rst').read(),
5151
author="Terry Peng, Mikhail Korobov",

0 commit comments

Comments
 (0)