Skip to content

Commit 17af41b

Browse files
author
Dean Malmgren
committed
bump version number
1 parent 84c51aa commit 17af41b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

docs/changelog.rst

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

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.1.1"
7+
__version__ = VERSION = "1.2.0"
88

99

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

0 commit comments

Comments
 (0)