We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d92b1d commit f61a946Copy full SHA for f61a946
docs/changelog.rst
@@ -11,7 +11,7 @@ latest changes in development for next release
11
12
.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
13
14
-1.0.2
+1.0.3
15
-----
16
17
* minor change to force ``Detector.filth_cls`` to exist (`#13`_)
scrubadub/__init__.py
@@ -4,7 +4,7 @@
4
from . import filth
5
from . import detectors
6
7
-__version__ = VERSION = "1.0.2"
+__version__ = VERSION = "1.0.3"
8
9
10
def clean(text, cls=None, **kwargs):
0 commit comments