Skip to content

Commit

Permalink
Version 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Bompard <[email protected]>
  • Loading branch information
abompard committed Dec 6, 2024
1 parent 94cde28 commit ead4faf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand All @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion utility/mirrormanager2.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ead4faf

Please sign in to comment.