From 3ffb991bace714cfe706fa16abf6be51ba80f7e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Thu, 7 Sep 2023 15:00:59 +0200 Subject: [PATCH] 4.5.1 release 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 +- pungi.spec | 6 +++++- setup.py | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/doc/conf.py b/doc/conf.py index d78b9172..754001e5 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.5" # The full version, including alpha/beta/rc tags. -release = "4.5.0" +release = "4.5.1" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pungi.spec b/pungi.spec index 835dee48..2b7859bf 100644 --- a/pungi.spec +++ b/pungi.spec @@ -1,5 +1,5 @@ Name: pungi -Version: 4.5.0 +Version: 4.5.1 Release: 1%{?dist} Summary: Distribution compose tool @@ -110,6 +110,10 @@ pytest cd tests && ./test_compose.sh %changelog +* Thu Sep 7 2023 Lubomír Sedlář - 4.5.1-1 +- gather_dnf.py: Do not raise error when the downloaded package exists. + (ounsal) + * Tue Aug 29 2023 Aditya Bisoi - 4.5.0-1 - kojiwrapper: Stop being smart about local access (lsedlar) - Fix unittest errors (ounsal) diff --git a/setup.py b/setup.py index e2847f43..ad945ad4 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.5.0", + version="4.5.1", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",