Release 4.13.0

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
Lubomír Sedlář 2026-04-21 08:44:59 +02:00
commit fefe8704bf
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@
project = "Pungi"
copyright = "2016, Red Hat, Inc."
author = "Pungi maintainers"
release = "4.12.0"
release = "4.13.0"
# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

View file

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