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 Apr 15, 2016
1 parent 7491e94 commit 24d7a38
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,17 @@ latest changes in development for next release

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

* regular expression detection of Social Security Numbers (`#17`_)

* Added functionality to keep ``replace_with = "identifier"`` (`#21`_)

* several bug fixes, including:

* inaccurate name detection (`#19`_)

1.0.3
-----

Expand Down Expand Up @@ -77,4 +84,5 @@ latest changes in development for next release
.. _#12: https://github.com/datascopeanalytics/scrubadub/issues/12
.. _#13: https://github.com/datascopeanalytics/scrubadub/issues/13
.. _#17: https://github.com/datascopeanalytics/scrubadub/issues/17
.. _#19: https://github.com/datascopeanalytics/scrubadub/issues/19
.. _#21: https://github.com/datascopeanalytics/scrubadub/issues/21
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.0.3"
__version__ = VERSION = "1.1.0"


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

0 comments on commit 24d7a38

Please sign in to comment.