diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2018-05-16 20:30:28 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2018-05-16 20:30:28 +0200 |
commit | 5f71f57655339b11b64f4e96f11b5786869145ce (patch) | |
tree | 1d0dd5e49dd2071ee564da77c785f99325ebd7cb | |
parent | Sync list of authors with Git history (diff) | |
download | elogv-5f71f57655339b11b64f4e96f11b5786869145ce.tar.gz elogv-5f71f57655339b11b64f4e96f11b5786869145ce.tar.bz2 elogv-5f71f57655339b11b64f4e96f11b5786869145ce.zip |
Release 0.7.70.7.7
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | setup.py | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -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) @@ -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", |