Skip to content

Commit d115df4

Browse files
author
Dean Malmgren
committed
bumping version
1 parent 4f4019f commit d115df4

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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

1823
1.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

scrubadub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from . import filth
55
from . import detectors
66

7-
__version__ = VERSION = "1.2.0"
7+
__version__ = VERSION = "1.2.1"
88

99

1010
def clean(text, cls=None, **kwargs):

0 commit comments

Comments
 (0)