Skip to content

Commit 6396e24

Browse files
committed
Bump version and update changelog
1 parent c2ad49f commit 6396e24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.rst

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

4-
0.17.1 (unreleased)
4+
0.17.1 (2021-10-21)
55
-------------------
66

77
Bug fixes:

textblob/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os
22
from .blob import TextBlob, Word, Sentence, Blobber, WordList
33

4-
__version__ = '0.17.0'
4+
__version__ = '0.17.1'
55
__license__ = 'MIT'
66
__author__ = 'Steven Loria'
77

0 commit comments

Comments
 (0)