Release 4.8.0

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2024-11-19 14:29:50 +01:00
parent bca660cd67
commit 7d51229361
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.7"
version = "4.8"
# The full version, including alpha/beta/rc tags.
release = "4.7.0"
release = "4.8.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.7.0",
version="4.8.0",
description="Distribution compose tool",
url="https://pagure.io/pungi",
author="Dennis Gilmore",