Release 4.9.0

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
(cherry picked from commit e33ac15d9972f0ad83d4c639e5af6e7fe96aad62)
This commit is contained in:
Lubomír Sedlář 2025-02-12 16:13:21 +01:00 committed by Stepan Oksanichenko
parent 136a02bdbb
commit 4f53c5257d
2 changed files with 3 additions and 3 deletions

View File

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