Skip to content

Commit

Permalink
bumping version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Aug 26, 2019
1 parent 4f4019f commit d115df4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion scrubadub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit d115df4

Please sign in to comment.