From 4f53c5257d94697520de9674d0f6b005495647db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Wed, 12 Feb 2025 16:13:21 +0100 Subject: [PATCH] Release 4.9.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 e33ac15d9972f0ad83d4c639e5af6e7fe96aad62) --- 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 c0247b21..14528112 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.8" +version = "4.9" # The full version, including alpha/beta/rc tags. -release = "4.8.0" +release = "4.9.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 a21a73b4..db5b654e 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.8.0", + version="4.9.0", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",