Skip to content

Commit f61a946

Browse files
author
Dean Malmgren
committed
v1.0.3
1 parent 4d92b1d commit f61a946

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ latest changes in development for next release
1111

1212
.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1313
14-
1.0.2
14+
1.0.3
1515
-----
1616

1717
* minor change to force ``Detector.filth_cls`` to exist (`#13`_)

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 = "1.0.2"
7+
__version__ = VERSION = "1.0.3"
88

99

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

0 commit comments

Comments
 (0)