From 5f71f57655339b11b64f4e96f11b5786869145ce Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Wed, 16 May 2018 20:30:28 +0200 Subject: Release 0.7.7 --- ChangeLog | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 8ba397c..769c88e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ # ChangeLog for elogv +0.7.7 + * Move towards Python 3 (issue #5, pull request #7) + 0.7.6.6 * Fix crash for locale without explicit encoding, e.g. when running LC_ALL=C elogv (Gentoo bug #527240) diff --git a/setup.py b/setup.py index 16b65dc..ff44ce4 100644 --- a/setup.py +++ b/setup.py @@ -244,7 +244,7 @@ class install_manpages(Command): man_pages=glob("man/*") setup(name="elogv", - version="0.7.6.5", + version="0.7.7", author="Luca Marturana", author_email="lucamarturana@gmail.com", license="GPL-2", -- cgit v1.2.3-65-gdbad