Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Jun 16, 2017
1 parent 84c51aa commit 17af41b
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,6 +11,11 @@ latest changes in development for next release

.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1.2.0
-----

* added python 3 compatability (`#31`_ via `@davidread`_)

1.1.1
-----

Expand Down Expand Up @@ -72,6 +77,7 @@ latest changes in development for next release
.. list of contributors that are linked to above. putting links here
to make the text above relatively clean
.. _@davidread: https://github.com/davidread
.. _@deanmalmgren: https://github.com/deanmalmgren
.. _@hugofvs: https://github.com/hugofvs

Expand All @@ -93,3 +99,4 @@ latest changes in development for next release
.. _#19: https://github.com/datascopeanalytics/scrubadub/issues/19
.. _#21: https://github.com/datascopeanalytics/scrubadub/issues/21
.. _#29: https://github.com/datascopeanalytics/scrubadub/issues/29
.. _#31: https://github.com/datascopeanalytics/scrubadub/pull/31
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.1.1"
__version__ = VERSION = "1.2.0"


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

0 comments on commit 17af41b

Please sign in to comment.