Release 4.9.3

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2025-06-11 11:38:04 +02:00
parent 668547ed3f
commit 73408f081d
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.2"
release = "4.9.3"
# 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.2",
version="4.9.3",
description="Distribution compose tool",
url="https://pagure.io/pungi",
author="Dennis Gilmore",