From e330da7ee28a9883bab28db57abe5ab7a2349998 Mon Sep 17 00:00:00 2001 From: Alireza Savand Date: Wed, 4 Oct 2017 06:37:37 +0000 Subject: [PATCH] Update the version to the latest and getting it ready to release --- ChangeLog.rst | 2 +- html2text/__init__.py | 2 +- requirements-dev.txt | 10 +++++----- setup.py | 1 + 4 files changed, 8 insertions(+), 7 deletions(-) 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]