File tree 3 files changed +12
-4
lines changed
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
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
+
4
11
0.8.3 (2015-04-24)
5
12
------------------
6
13
Original file line number Diff line number Diff line change 49
49
50
50
# General information about the project.
51
51
project = u'python-crfsuite'
52
- copyright = u'2014 , Terry Peng, Mikhail Korobov'
52
+ copyright = u'2015 , Terry Peng, Mikhail Korobov'
53
53
54
54
# The version info for the project you're documenting, acts as replacement for
55
55
# |version| and |release|, also used in various other places throughout the
56
56
# built documents.
57
57
#
58
58
# The short X.Y version.
59
- version = '0.4 '
59
+ version = '0.8 '
60
60
# The full version, including alpha/beta/rc tags.
61
- release = '0.4'
61
+ release = '0.8. 4'
62
62
63
63
# The language for content autogenerated by Sphinx. Refer to documentation
64
64
# for a list of supported languages.
Original file line number Diff line number Diff line change 33
33
34
34
setup (
35
35
name = 'python-crfsuite' ,
36
- version = "0.8.3 " ,
36
+ version = "0.8.4 " ,
37
37
description = "Python binding for CRFsuite" ,
38
38
long_description = open ('README.rst' ).read (),
39
39
author = "Terry Peng, Mikhail Korobov" ,
52
52
"Programming Language :: Python :: 3" ,
53
53
"Programming Language :: Python :: 3.3" ,
54
54
"Programming Language :: Python :: 3.4" ,
55
+ "Programming Language :: Python :: 3.5" ,
55
56
"Topic :: Software Development" ,
56
57
"Topic :: Software Development :: Libraries :: Python Modules" ,
57
58
"Topic :: Scientific/Engineering" ,
You can’t perform that action at this time.
0 commit comments