commit: 0891d79c221edbf4e0d164f518ccaa8808a16eea
Author: Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 5 18:39:07 2023 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Oct 5 18:39:07 2023 +0000
URL: https://gitweb.gentoo.org/proj/elogv.git/commit/?id=0891d79c
Release 0.8.2
Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>
ChangeLog | 3 +++
pyproject.toml | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 3a230f2..8735658 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
# ChangeLog for elogv
+0.8.2
+ * Fix decompression and port to standard library lzma
+
0.8.1
* Port to setuptools and PEP517 (Gentoo bug #841134)
diff --git a/pyproject.toml b/pyproject.toml
index 0476844..2edc922 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "elogv"
-version = "0.8.1"
+version = "0.8.2"
authors = [
{name = "Luca Marturana", email = "[email protected]"},
]