Skip to content

Commit

Permalink
Merge pull request #152 from LeapBeyond/bump_version
Browse files Browse the repository at this point in the history
Bump the version to 2.0.1
  • Loading branch information
thomasbird authored Sep 1, 2023
2 parents 731d154 + f1a81bb commit 53772cb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ jobs:
COVERALLS_SERVICE_NAME: github-actions
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
if python3 --version | grep -q "Python 3.9." ; then coveralls ; fi
if python3 --version | grep -q "Python 3.11." ; then coveralls ; fi
7 changes: 7 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ latest changes in development for next release

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

* Fix an issue with the name of the scikit-learn dependency (#141, thanks @theconor, @Parth-1612 and @sadams-evi)
* Fix a typo in the docs (#140, thanks @hilaryp)


2.0.0
-----

Expand Down
2 changes: 1 addition & 1 deletion scrubadub/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from . import post_processors
from .filth import Filth

__version__ = VERSION = "2.0.0"
__version__ = VERSION = "2.0.1"
__all__ = [
'Scrubber', 'filth', 'detectors', 'post_processors', 'clean', 'clean_documents', 'list_filth',
'list_filth_documents',
Expand Down

0 comments on commit 53772cb

Please sign in to comment.