Release 4.9.2

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit 0badc6f3c2d63ee26766f6a21ef2722d3d716840)
This commit is contained in:
Lubomír Sedlář 2025-05-05 15:48:56 +02:00 committed by Stepan Oksanichenko
parent dcd7e5ff2a
commit 2c80051446
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.
version = "4.9"
# The full version, including alpha/beta/rc tags.
release = "4.9.1"
release = "4.9.2"
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

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