Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Nov 21, 2017
1 parent 2cc13fc commit 7763b31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,14 @@
Changelog
=========

0.14.0 (2017-11-20)
-------------------

Features:

- Use specified tokenizer when tagging (:issue:`167`). Thanks
:user:`jschnurr` for the PR.

0.13.1 (2017-11-11)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion textblob/__init__.py
@@ -1,7 +1,7 @@
import os
from .blob import TextBlob, Word, Sentence, Blobber, WordList

__version__ = '0.13.1'
__version__ = '0.14.0'
__license__ = 'MIT'
__author__ = 'Steven Loria'

Expand Down

0 comments on commit 7763b31

Please sign in to comment.