From 839d6d89ae287a7c5046f92dc33ff6205907bca5 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Jul 27 2022 09:47:53 +0000 Subject: Update to 0.3.0 Signed-off-by: Nils Philippsen --- diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 63c1f41..6849e43 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -4,7 +4,7 @@ %global srcname rpmautospec Name: python-rpmautospec -Version: 0.2.8 +Version: 0.3.0 Release: 1%{?dist} Summary: Package and CLI tool to generate release fields and changelogs @@ -130,6 +130,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/ %changelog +* Wed Jul 27 2022 Nils Philippsen - 0.3.0-1 +- Update to 0.3.0 + * Wed Jun 08 2022 Nils Philippsen - Generally BR: python3-pytest-xdist, also on EL9 diff --git a/rpmautospec/version.py b/rpmautospec/version.py index c49a95c..493f741 100644 --- a/rpmautospec/version.py +++ b/rpmautospec/version.py @@ -1 +1 @@ -__version__ = "0.2.8" +__version__ = "0.3.0"