diff options
-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.8.0 + * Set "packages=[]" in setup.py to fix the build + 0.7.9 * Address deprecation warnings for Python >=3.8 (Gentoo bug #756019) @@ -252,7 +252,7 @@ class install_manpages(Command): man_pages = glob("man/*") setup(name="elogv", - version="0.7.9", + version="0.8.0", author="Luca Marturana", author_email="lucamarturana@gmail.com", license="GPL-2", |