diff --git a/ChangeLog.rst b/ChangeLog.rst index 846d66f..fd66cb0 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -xxxx.x.xx +2016.9.19 ========= ---- @@ -8,6 +8,7 @@ xxxx.x.xx * Merge #126: Fix deprecation warning on py3 due to html.escape * Fix #145: Running test suite on Travis CI for Python 2.6. + 2016.5.29 ========= ---- diff --git a/html2text/__init__.py b/html2text/__init__.py index 471a46e..c6ed1e1 100644 --- a/html2text/__init__.py +++ b/html2text/__init__.py @@ -30,7 +30,7 @@ pad_tables_in_text ) -__version__ = (2016, 5, 29) +__version__ = (2016, 9, 19) # TODO: