File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -11,10 +11,17 @@ latest changes in development for next release
1111
1212.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1313
14+ 1.1.0
15+ -----
16+
1417* regular expression detection of Social Security Numbers (`#17 `_)
1518
1619* Added functionality to keep ``replace_with = "identifier" `` (`#21 `_)
1720
21+ * several bug fixes, including:
22+
23+ * inaccurate name detection (`#19 `_)
24+
18251.0.3
1926-----
2027
@@ -77,4 +84,5 @@ latest changes in development for next release
7784.. _#12 : https://github.com/datascopeanalytics/scrubadub/issues/12
7885.. _#13 : https://github.com/datascopeanalytics/scrubadub/issues/13
7986.. _#17 : https://github.com/datascopeanalytics/scrubadub/issues/17
87+ .. _#19 : https://github.com/datascopeanalytics/scrubadub/issues/19
8088.. _#21 : https://github.com/datascopeanalytics/scrubadub/issues/21
Original file line number Diff line number Diff line change 44from . import filth
55from . import detectors
66
7- __version__ = VERSION = "1.0.3 "
7+ __version__ = VERSION = "1.1.0 "
88
99
1010def clean (text , cls = None , ** kwargs ):
You can’t perform that action at this time.
0 commit comments