Release 4.9.1

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit e13504296716dbd3900e2860d2aa9dbd4d8af875)
This commit is contained in:
Lubomír Sedlář 2025-03-31 10:19:59 +02:00 committed by Stepan Oksanichenko
parent 0e203553fa
commit 7bcf9df307
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ copyright = "2016, Red Hat, Inc."
# The short X.Y version. # The short X.Y version.
version = "4.9" version = "4.9"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "4.9.0" release = "4.9.1"
# The language for content autogenerated by Sphinx. Refer to documentation # The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages. # for a list of supported languages.

View File

@ -20,7 +20,7 @@ packages = sorted(packages)
setup( setup(
name="pungi", name="pungi",
version="4.9.0", version="4.9.1",
description="Distribution compose tool", description="Distribution compose tool",
url="https://pagure.io/pungi", url="https://pagure.io/pungi",
author="Dennis Gilmore", author="Dennis Gilmore",