Skip to content

Commit a736b8d

Browse files
committed
release 0.8.4
1 parent 19c95a6 commit a736b8d

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGES.rst

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

4+
0.8.4 (2015-11-25)
5+
------------------
6+
7+
* the wrapper is rebuilt with Cython 0.23.4;
8+
* declared Python 3.5 compatibility;
9+
* fixed an issue with feature names ending with white spaces.
10+
411
0.8.3 (2015-04-24)
512
------------------
613

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,16 +49,16 @@
4949

5050
# General information about the project.
5151
project = u'python-crfsuite'
52-
copyright = u'2014, Terry Peng, Mikhail Korobov'
52+
copyright = u'2015, Terry Peng, Mikhail Korobov'
5353

5454
# The version info for the project you're documenting, acts as replacement for
5555
# |version| and |release|, also used in various other places throughout the
5656
# built documents.
5757
#
5858
# The short X.Y version.
59-
version = '0.4'
59+
version = '0.8'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '0.4'
61+
release = '0.8.4'
6262

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

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
setup(
3535
name='python-crfsuite',
36-
version="0.8.3",
36+
version="0.8.4",
3737
description="Python binding for CRFsuite",
3838
long_description=open('README.rst').read(),
3939
author="Terry Peng, Mikhail Korobov",
@@ -52,6 +52,7 @@
5252
"Programming Language :: Python :: 3",
5353
"Programming Language :: Python :: 3.3",
5454
"Programming Language :: Python :: 3.4",
55+
"Programming Language :: Python :: 3.5",
5556
"Topic :: Software Development",
5657
"Topic :: Software Development :: Libraries :: Python Modules",
5758
"Topic :: Scientific/Engineering",

0 commit comments

Comments
 (0)