From 5bcb3f5ac1ff963b25130c7c36b4dfee3fc4192c Mon Sep 17 00:00:00 2001 From: Haibo Lin Date: Fri, 12 Jul 2024 04:29:46 +0300 Subject: [PATCH] Release 4.6.3 JIRA: RHELCMP-13724 Signed-off-by: Haibo Lin (cherry picked from commit 0cb18bfa24f2157b875c68fdbf89218ededcae8c) --- 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 6d32c3cd..e6db2735 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.2" +release = "4.6.3" # 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 765dc125..c8d65c36 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.6.2", + version="4.6.3", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",