From d115df4c37db97d7c00f9a98fb9fe2a60f1018b4 Mon Sep 17 00:00:00 2001 From: Dean Malmgren Date: Mon, 26 Aug 2019 11:08:35 -0500 Subject: [PATCH] bumping version --- docs/changelog.rst | 7 +++++++ scrubadub/__init__.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 559dc54e..6ddfb107 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,8 +11,13 @@ latest changes in development for next release .. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE! +1.2.1 +----- + * bug fixes: + * bumped ``textblob`` version (`#43`_ via `@roman-y-korolev`_) + * fixed documentation (`#32`_ via `@ivyleavedtoadflax`_) 1.2.0 @@ -85,6 +90,7 @@ latest changes in development for next release .. _@deanmalmgren: https://github.com/deanmalmgren .. _@hugofvs: https://github.com/hugofvs .. _@ivyleavedtoadflax: https://github.com/ivyleavedtoadflax +.. _@roman-y-korolev: https://github.com/roman-y-korolev .. list of issues that have been resolved. putting links here to make @@ -106,3 +112,4 @@ latest changes in development for next release .. _#29: https://github.com/datascopeanalytics/scrubadub/issues/29 .. _#31: https://github.com/datascopeanalytics/scrubadub/pull/31 .. _#32: https://github.com/datascopeanalytics/scrubadub/pull/32 +.. _#43: https://github.com/datascopeanalytics/scrubadub/pull/43 diff --git a/scrubadub/__init__.py b/scrubadub/__init__.py index 24feb104..b5b95d5e 100644 --- a/scrubadub/__init__.py +++ b/scrubadub/__init__.py @@ -4,7 +4,7 @@ from . import filth from . import detectors -__version__ = VERSION = "1.2.0" +__version__ = VERSION = "1.2.1" def clean(text, cls=None, **kwargs):