Skip to content

Commit 7e5ac75

Browse files
committed
Update the change log that fixes #9, bump version number for bug fix release
1 parent 5c6f232 commit 7e5ac75

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

ChangeLog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2015.2.23.1
2+
=========
3+
----
4+
5+
* Fix #9: Missing ``languages.json`` file that breaks the installation.
6+
7+
18
2015.2.23
29
=========
310
----

stop_words/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import json
22
import os
33

4-
__VERSION__ = (2015, 2, 23)
4+
__VERSION__ = (2015, 2, 23, 1)
55
CURRENT_DIR = os.path.dirname(os.path.realpath(__file__))
66
STOP_WORDS_DIR = os.path.join(CURRENT_DIR, 'stop-words')
77
STOP_WORDS_CACHE = {}

0 commit comments

Comments
 (0)