File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ latest changes in development for next release
1111
1212.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1313
14+ 1.0.0
15+ -----
1416
17+ * **major update to process Filth in parallel** (`#11`_)
1518
16190.1.0
1720-----
@@ -41,7 +44,7 @@ latest changes in development for next release
4144.. list of contributors that are linked to above. putting links here
4245 to make the text above relatively clean
4346
44- .. _@datascopeanalytics : https://github.com/datascopeanalytics
47+ .. _@deanmalmgren : https://github.com/deanmalmgren
4548
4649
4750.. list of issues that have been resolved. putting links here to make
@@ -54,3 +57,4 @@ latest changes in development for next release
5457.. _#8: https://github.com/datascopeanalytics/scrubadub/issues/8
5558.. _#9: https://github.com/datascopeanalytics/scrubadub/issues/9
5659.. _#10: https://github.com/datascopeanalytics/scrubadub/issues/10
60+ .. _#11: https://github.com/datascopeanalytics/scrubadub/issues/11
Original file line number Diff line number Diff line change 44from . import filth
55from . import detectors
66
7- __version__ = VERSION = "0.1 .0"
7+ __version__ = VERSION = "1.0 .0"
88
99
1010def clean(text, cls=None, **kwargs):
You can’t perform that action at this time.
0 commit comments