File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ latest changes in development for next release
1111
1212.. THANKS FOR CONTRIBUTING; MENTION WHAT YOU DID IN THIS SECTION HERE!
1313
14+ 1.2.0
15+ -----
16+
17+ * added python 3 compatability (`#31 `_ via `@davidread `_)
18+
14191.1.1
1520-----
1621
@@ -72,6 +77,7 @@ latest changes in development for next release
7277.. list of contributors that are linked to above. putting links here
7378 to make the text above relatively clean
7479
80+ .. _@davidread : https://github.com/davidread
7581.. _@deanmalmgren : https://github.com/deanmalmgren
7682.. _@hugofvs : https://github.com/hugofvs
7783
@@ -93,3 +99,4 @@ latest changes in development for next release
9399.. _#19 : https://github.com/datascopeanalytics/scrubadub/issues/19
94100.. _#21 : https://github.com/datascopeanalytics/scrubadub/issues/21
95101.. _#29 : https://github.com/datascopeanalytics/scrubadub/issues/29
102+ .. _#31 : https://github.com/datascopeanalytics/scrubadub/pull/31
Original file line number Diff line number Diff line change 44from . import filth
55from . import detectors
66
7- __version__ = VERSION = "1.1.1 "
7+ __version__ = VERSION = "1.2.0 "
88
99
1010def clean (text , cls = None , ** kwargs ):
You can’t perform that action at this time.
0 commit comments