From 035fca1e6d4321be8b1bdd3ac4aadd827878a8d6 Mon Sep 17 00:00:00 2001 From: Aditya Bisoi Date: Tue, 25 Jul 2023 08:10:38 +0300 Subject: [PATCH] 4.4.1 release Signed-off-by: Aditya Bisoi (cherry picked from commit 71280216543dc349081b63fdd6cbbea401c8443e (centos_master)) --- 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 763c4de7..bf2d0b22 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -53,7 +53,7 @@ copyright = u'2016, Red Hat, Inc.' # The short X.Y version. version = '4.4' # The full version, including alpha/beta/rc tags. -release = '4.4.0' +release = '4.4.1' # 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 68e185e8..82cbfc17 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.4.0", + version="4.4.1", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",