Skip to content

Commit ff15009

Browse files
committed
0.9.4 release
1 parent 553fd23 commit ff15009

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGES.rst

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

4+
0.9.4 (2017-09-04)
5+
------------------
6+
7+
* Packaging fix (thanks @fgregg).
8+
49
0.9.3 (2017-09-03)
510
------------------
611

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.3'
61+
release = '0.9.4'
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.3",
48+
version="0.9.4",
4949
description="Python binding for CRFsuite",
5050
long_description=open('README.rst').read(),
5151
author="Terry Peng, Mikhail Korobov",

0 commit comments

Comments
 (0)