From 4991144a017d40db654e2b499ac57aac995f08b0 Mon Sep 17 00:00:00 2001 From: Aditya Bisoi Date: Tue, 29 Aug 2023 12:05:48 +0300 Subject: [PATCH] 4.5.0 release Signed-off-by: Aditya Bisoi (cherry picked from commit 4c7611291dd67077e330b4469f9c137259bc1479 (centos_master)) --- 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 ee7ee396..d78b9172 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.4" +version = "4.5" # The full version, including alpha/beta/rc tags. -release = "4.4.1" +release = "4.5.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 5628c5da..08ac6561 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.4.1", + version="4.5.0", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",