diff --git a/ChangeLog.rst b/ChangeLog.rst index d4f6738..19917e5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,4 +1,4 @@ -0000.00.00 +2017.10.4 ========== ---- diff --git a/html2text/__init__.py b/html2text/__init__.py index 983deab..20ef354 100644 --- a/html2text/__init__.py +++ b/html2text/__init__.py @@ -37,7 +37,7 @@ # python3 uses chr nochr = str('') -__version__ = (2016, 9, 19) +__version__ = (2017, 10, 4) # TODO: diff --git a/requirements-dev.txt b/requirements-dev.txt index e9fdc43..800eda1 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ -coverage==4.0.3 -py==1.4.31 -pypandoc==1.1.3 -wheel==0.24.0 -flake8==3.3.0 +coverage==4.4.1 +py==1.4.34 +pypandoc==1.4 +wheel==0.30.0 +flake8==3.4.1 diff --git a/setup.py b/setup.py index 5968e74..2541f54 100644 --- a/setup.py +++ b/setup.py @@ -78,6 +78,7 @@ def run(self): 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', + 'Programming Language :: Python :: 3.6', ], entry_points=""" [console_scripts]