From e2057b75c5cae4b4fb843ae9181eee2379b537fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lubom=C3=ADr=20Sedl=C3=A1=C5=99?= Date: Tue, 6 Jun 2023 16:50:31 +0300 Subject: [PATCH] 4.4.0 release MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit JIRA: RHELCMP-11764 Signed-off-by: Lubomír Sedlář (cherry picked from commit 091d2282197d3d4000c2d4b385617d7b74323843 (centos_stream)) --- 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 ea98e7bb..763c4de7 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -51,9 +51,9 @@ copyright = u'2016, Red Hat, Inc.' # built documents. # # The short X.Y version. -version = '4.3' +version = '4.4' # The full version, including alpha/beta/rc tags. -release = '4.3.8' +release = '4.4.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 14a267db..68e185e8 100755 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ packages = sorted(packages) setup( name="pungi", - version="4.3.8", + version="4.4.0", description="Distribution compose tool", url="https://pagure.io/pungi", author="Dennis Gilmore",