From b04239dca9aa741245372ed56b75c3ce6776d5c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Fri, 6 Dec 2024 16:57:54 +0100 Subject: [PATCH] Version 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- pyproject.toml | 3 ++- utility/mirrormanager2.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cc04899f..335491cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mirrormanager2" -version = "1.0.0" +version = "1.1.0" description = "The application used to managed the Fedora mirrors all over the world." authors = [ "Fedora Infrastructure team ", @@ -24,6 +24,7 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", "Operating System :: POSIX :: Linux", ] packages = [ diff --git a/utility/mirrormanager2.spec b/utility/mirrormanager2.spec index 099fc3ac..eb5339d3 100644 --- a/utility/mirrormanager2.spec +++ b/utility/mirrormanager2.spec @@ -2,7 +2,7 @@ %global python_pkgversion %{python3_pkgversion} Name: mirrormanager2 -Version: 1.0.0 +Version: 1.1.0 Release: 1%{?dist} Summary: Mirror management application