From d3bc07808974c3137d34dc61da79dacca7dd1fad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 29 Jul 2025 09:00:20 +0200 Subject: [PATCH] Release 4.10.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lubomír Sedlář (cherry picked from commit c276a5a25abffcc990476267adf42125b87dee94) --- doc/conf.py | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index 51f4d9d3..894d9d97 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ copyright = "2016, Red Hat, Inc." # built documents. # # The short X.Y version. -version = "4.9" +version = "4.10" # The full version, including alpha/beta/rc tags. -release = "4.9.4" +release = "4.10.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/setup.py b/setup.py index 850d55ae..33db561a 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.9.4", + version="4.10.0", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",