From 5688d50aee39657ab1c18d441e8e65ad82399068 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 22 Oct 2018 10:43:45 -0400 Subject: [PATCH 1/2] Update pypi python versions. Fixes #91. --- setup.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 3b05785..e10e331 100755 --- a/setup.py +++ b/setup.py @@ -89,12 +89,10 @@ "Intended Audience :: Developers", "Intended Audience :: System Administrators", "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.1", - "Programming Language :: Python :: 3.2", - "Programming Language :: Python :: 3.3", + "Programming Language :: Python :: 3.5", + "Programming Language :: Python :: 3.6", "Topic :: Text Processing", "Topic :: Text Processing :: Markup", "Topic :: Text Processing :: Markup :: HTML", From e04d66386f67fdf798cfb5a40884a5f56e2f917c Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 22 Oct 2018 10:44:16 -0400 Subject: [PATCH 2/2] 1.5.2 --- CHANGELOG.rst | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8df7baf..79643fe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,4 +1,12 @@ +1.5.2 +----- + +Commits + +- 5688d50ae Update pypi python versions. + https://github.com/ralphbean/ansi2html/commit/5688d50ae + 1.5.1 ----- diff --git a/setup.py b/setup.py index e10e331..8406ffa 100755 --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ ['man/ansi2html.1'], )) -version = '1.5.1' +version = '1.5.2' if '--version' in sys.argv: print(version)