Skip to content

Commit 82621a7

Browse files
committed
Updating changlelog and bump the version number for new release
1 parent 1487701 commit 82621a7

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

ChangeLog.rst

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1-
2014.5.26 2014-05-26
2-
==============
1+
2015.1.19
2+
=========
3+
* Feature #3: Handle language code, cache and custom errors
4+
5+
6+
7+
2014.5.26
8+
=========
39
----
410

511
* Initial release.

stop_words/__init__.py

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

3-
__VERSION__ = (2014, 5, 26)
3+
__VERSION__ = (2015, 1, 19)
44
CURRENT_DIR = os.path.dirname(os.path.realpath(__file__))
55
STOP_WORDS_DIR = os.path.join(CURRENT_DIR, 'stop-words/')
66
STOP_WORDS_CACHE = {}

0 commit comments

Comments
 (0)