We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1487701 commit 82621a7Copy full SHA for 82621a7
ChangeLog.rst
@@ -1,5 +1,11 @@
1
-2014.5.26 2014-05-26
2
-==============
+2015.1.19
+=========
3
+* Feature #3: Handle language code, cache and custom errors
4
+
5
6
7
+2014.5.26
8
9
----
10
11
* Initial release.
stop_words/__init__.py
@@ -1,6 +1,6 @@
import os
-__VERSION__ = (2014, 5, 26)
+__VERSION__ = (2015, 1, 19)
CURRENT_DIR = os.path.dirname(os.path.realpath(__file__))
STOP_WORDS_DIR = os.path.join(CURRENT_DIR, 'stop-words/')
STOP_WORDS_CACHE = {}
0 commit comments