Skip to content

Commit

Permalink
bump to version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dean Malmgren committed Oct 31, 2015
1 parent c6a6e48 commit 55cb7d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@ latest changes in development for next release

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

* **major update to process Filth in parallel** (`#11`_)

0.1.0
-----
Expand Down Expand Up @@ -41,7 +44,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
.. _@datascopeanalytics: https://github.com/datascopeanalytics
.. _@deanmalmgren: https://github.com/deanmalmgren


.. list of issues that have been resolved. putting links here to make
Expand All @@ -54,3 +57,4 @@ latest changes in development for next release
.. _#8: https://github.com/datascopeanalytics/scrubadub/issues/8
.. _#9: https://github.com/datascopeanalytics/scrubadub/issues/9
.. _#10: https://github.com/datascopeanalytics/scrubadub/issues/10
.. _#11: https://github.com/datascopeanalytics/scrubadub/issues/11
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 = "0.1.0"
__version__ = VERSION = "1.0.0"


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

0 comments on commit 55cb7d9

Please sign in to comment.