File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,8 +11,13 @@ latest changes in development for next release
1111
1212.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1313
14+ 1.2.1
15+ -----
16+
1417* bug fixes:
1518
19+ * bumped ``textblob `` version (`#43 `_ via `@roman-y-korolev `_)
20+
1621 * fixed documentation (`#32 `_ via `@ivyleavedtoadflax `_)
1722
18231.2.0
@@ -85,6 +90,7 @@ latest changes in development for next release
8590.. _@deanmalmgren : https://github.com/deanmalmgren
8691.. _@hugofvs : https://github.com/hugofvs
8792.. _@ivyleavedtoadflax : https://github.com/ivyleavedtoadflax
93+ .. _@roman-y-korolev : https://github.com/roman-y-korolev
8894
8995
9096.. list of issues that have been resolved. putting links here to make
@@ -106,3 +112,4 @@ latest changes in development for next release
106112.. _#29 : https://github.com/datascopeanalytics/scrubadub/issues/29
107113.. _#31 : https://github.com/datascopeanalytics/scrubadub/pull/31
108114.. _#32 : https://github.com/datascopeanalytics/scrubadub/pull/32
115+ .. _#43 : https://github.com/datascopeanalytics/scrubadub/pull/43
Original file line number Diff line number Diff line change 44from . import filth
55from . import detectors
66
7- __version__ = VERSION = "1.2.0 "
7+ __version__ = VERSION = "1.2.1 "
88
99
1010def clean (text , cls = None , ** kwargs ):
You can’t perform that action at this time.
0 commit comments