Skip to content

Commit f1a81bb

Browse files
committed
bump the version to 2.0.1
1 parent 731d154 commit f1a81bb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.github/workflows/unittests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ jobs:
102102
COVERALLS_SERVICE_NAME: github-actions
103103
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
104104
run: |
105-
if python3 --version | grep -q "Python 3.9." ; then coveralls ; fi
105+
if python3 --version | grep -q "Python 3.11." ; then coveralls ; fi

docs/changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ latest changes in development for next release
1111

1212
.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1313
14+
2.0.1
15+
-----
16+
17+
* Fix an issue with the name of the scikit-learn dependency (#141, thanks @theconor, @Parth-1612 and @sadams-evi)
18+
* Fix a typo in the docs (#140, thanks @hilaryp)
19+
20+
1421
2.0.0
1522
-----
1623

scrubadub/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from . import post_processors
99
from .filth import Filth
1010

11-
__version__ = VERSION = "2.0.0"
11+
__version__ = VERSION = "2.0.1"
1212
__all__ = [
1313
'Scrubber', 'filth', 'detectors', 'post_processors', 'clean', 'clean_documents', 'list_filth',
1414
'list_filth_documents',

0 commit comments

Comments
 (0)