Skip to content

Commit 55cb7d9

Browse files
author
Dean Malmgren
committed
bump to version 1.0.0
1 parent c6a6e48 commit 55cb7d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/changelog.rst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

1619
0.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

scrubadub/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from . import filth
55
from . import detectors
66

7-
__version__ = VERSION = "0.1.0"
7+
__version__ = VERSION = "1.0.0"
88

99

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

0 commit comments

Comments
 (0)