commit:     3d44154e3e24205de91ccf90f0124c7c6f167d7b
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  5 14:58:43 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Thu Oct  5 15:00:47 2023 +0000
URL:        https://gitweb.gentoo.org/proj/elogv.git/commit/?id=3d44154e

Release 0.8.1

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 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 = "[email protected]"},
 ]

Reply via email to