From 60d3234b01dd62ff21ba74efd94eda611d990939 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 1 Mar 2022 17:12:41 +0100 Subject: [PATCH] Release final version 1.0.0 There are no code changes. --- pyproject-rpm-macros.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject-rpm-macros.spec b/pyproject-rpm-macros.spec index 798fa9d..e0b7522 100644 --- a/pyproject-rpm-macros.spec +++ b/pyproject-rpm-macros.spec @@ -10,7 +10,7 @@ License: MIT # Increment Y and reset Z when new macros or features are added # Increment Z when this is a bugfix or a cosmetic change # Dropping support for EOL Fedoras is *not* considered a breaking change -Version: 1.0.0~rc2 +Version: 1.0.0 Release: 1%{?dist} # Macro files @@ -121,6 +121,9 @@ export HOSTNAME="rpmbuild" # to speedup tox in network-less mock, see rhbz#1856 %license LICENSE %changelog +* Tue Mar 01 2022 Miro Hrončok - 1.0.0-1 +- Release final version 1.0.0 + * Mon Feb 07 2022 Lumír Balhar - 1.0.0~rc2-1 - Updated compatibility with tox4