From 378ac293761ae558115598b19df328790364d26c Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Tue, 20 Aug 2024 00:46:25 +0200 Subject: [PATCH] Automatic commit of package [fedora-distro-aliases] release [1.4-1]. Created by command: /usr/bin/tito tag --- .tito/packages/fedora-distro-aliases | 2 +- fedora-distro-aliases.spec | 5 ++++- setup.py | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.tito/packages/fedora-distro-aliases b/.tito/packages/fedora-distro-aliases index 4c93271..ec3d4be 100644 --- a/.tito/packages/fedora-distro-aliases +++ b/.tito/packages/fedora-distro-aliases @@ -1 +1 @@ -1.3-1 ./ +1.4-1 ./ diff --git a/fedora-distro-aliases.spec b/fedora-distro-aliases.spec index c621e38..5b2c12b 100644 --- a/fedora-distro-aliases.spec +++ b/fedora-distro-aliases.spec @@ -1,5 +1,5 @@ Name: fedora-distro-aliases -Version: 1.3 +Version: 1.4 Release: 1%{?dist} Summary: Aliases for active Fedora releases @@ -55,6 +55,9 @@ Summary: %{summary} %changelog +* Tue Aug 20 2024 Jakub Kadlcik 1.4-1 +- Add an attribute with always numeric version number (frostyx@email.cz) + * Sat Feb 24 2024 Jakub Kadlcik 1.3-1 - Make sure everything behaves correctly during the branching window (frostyx@email.cz) diff --git a/setup.py b/setup.py index 456210b..72e53fc 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ setup( name="fedora-distro-aliases", - version="1.3", + version="1.4", description=__description__, long_description=long_description, author=__author__,