From fefe8704bf2259a8fc0aed9f388856e49a2d6978 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 21 Apr 2026 08:44:59 +0200 Subject: [PATCH] Release 4.13.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář --- doc/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 13193d83..cd6cec06 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -9,7 +9,7 @@ project = "Pungi" copyright = "2016, Red Hat, Inc." author = "Pungi maintainers" -release = "4.12.0" +release = "4.13.0" # -- General configuration --------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration diff --git a/setup.py b/setup.py index 9f1485c5..0173c4b9 100755 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.12.0", + version="4.13.0", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",