Release 4.6.2

Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>

(cherry picked from commit b8e26bfb64)
This commit is contained in:
Lubomír Sedlář 2024-03-05 16:01:12 +02:00 committed by Stepan Oksanichenko
parent a97488721d
commit e05b1bcd78
Signed by: soksanichenko
GPG Key ID: AB9983172AB1E45B
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.6"
# The full version, including alpha/beta/rc tags.
release = "4.6.1"
release = "4.6.2"
# 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.6.1",
version="4.6.2",
description="Distribution compose tool",
url="https://pagure.io/pungi",
author="Dennis Gilmore",