aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--setup.py2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index d1fc0e1..2189bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
# ChangeLog for elogv
+0.7.8
+ * Fix start-up for >32767 log files (issue #10)
+
0.7.7.1
* Fix some Python 3 issues (issue #8, pull request #9)
diff --git a/setup.py b/setup.py
index fe4922b..ba3d970 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.7.1",
+ version="0.7.8",
author="Luca Marturana",
author_email="lucamarturana@gmail.com",
license="GPL-2",