diff --git a/CHANGELOG.md b/CHANGELOG.md index e7f3a8fff02ec8941678aa55d2b4de329fa26b81..13571c5f670d25a820a6362a22762f286859c38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. +2.1 (26-Dec-2017) + +Features: + + * Completion of Porting to Python 3.5 ensuring backward compatibility with 2.7 + + 2.0 (16-Dec-2017) Features: diff --git a/helpman.1.gz b/helpman.1.gz index 7f502f391d495501c41488598000c40218770637..4e940cb01c3dbea4e50047b3580662a0c9f928bd 100644 Binary files a/helpman.1.gz and b/helpman.1.gz differ diff --git a/setup.py b/setup.py index b17d67873947517203fe68fd90d301f1cef214a2..7f6b42fcc0351da24c4f0bb5fe4576e49ef7fd01 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from distutils.core import setup setup(name = "helpman", -version = "2.0", +version = "2.1", description = "quick & easy access to 4000+ manuals / guides / tutorials", author = "Nathan SR", author_email = "cquickcal@gmail.com",