Skip to content

Commit 24d7a38

Browse files
author
Dean Malmgren
committed
bump version number
1 parent 7491e94 commit 24d7a38

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/changelog.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
1825
1.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

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.3"
7+
__version__ = VERSION = "1.1.0"
88

99

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

0 commit comments

Comments
 (0)