From e05b1bcd78a8f497d83ce8681dce84af9abeca06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 5 Mar 2024 16:01:12 +0200 Subject: [PATCH] Release 4.6.2 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 b8e26bfb64132ab81b1cdb2d1cd4ecf87eff86b3) --- 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 c80b15de..6d32c3cd 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = "2016, Red Hat, Inc." # The short X.Y version. version = "4.6" # The full version, including alpha/beta/rc tags. -release = "4.6.1" +release = "4.6.2" # 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 09b140f3..765dc125 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.6.1", + version="4.6.2", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",