Release 4.10.0

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit c276a5a25abffcc990476267adf42125b87dee94)
This commit is contained in:
Lubomír Sedlář 2025-07-29 09:00:20 +02:00 committed by Stepan Oksanichenko
parent 4d432fd385
commit d3bc078089
2 changed files with 3 additions and 3 deletions

View File

@ -51,9 +51,9 @@ copyright = "2016, Red Hat, Inc."
# built documents. # built documents.
# #
# The short X.Y version. # The short X.Y version.
version = "4.9" version = "4.10"
# The full version, including alpha/beta/rc tags. # The full version, including alpha/beta/rc tags.
release = "4.9.4" release = "4.10.0"
# 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.4", version="4.10.0",
description="Distribution compose tool", description="Distribution compose tool",
url="https://pagure.io/pungi", url="https://pagure.io/pungi",
author="Dennis Gilmore", author="Dennis Gilmore",