summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--pyproject.toml2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 512c4c5..3a230f2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
# ChangeLog for elogv
+0.8.1
+ * Port to setuptools and PEP517 (Gentoo bug #841134)
+
0.8.0
* Set "packages=[]" in setup.py to fix the build
diff --git a/pyproject.toml b/pyproject.toml
index 15e7ca1..88ad65f 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "elogv"
-version = "0.8.0"
+version = "0.8.1"
authors = [
{name = "Luca Marturana", email = "lucamarturana@gmail.com"},
]