From dcab5c1d3c55b7a587955851d2012ff72f91f25d Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Aug 06 2021 15:34:24 +0000 Subject: Update to 0.2.5 Signed-off-by: Nils Philippsen --- diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 82911b4..942eaf8 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -11,7 +11,7 @@ %endif Name: python-rpmautospec -Version: 0.2.4 +Version: 0.2.5 Release: 1%{?dist} Summary: Package and CLI tool to generate release fields and changelogs @@ -141,6 +141,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/ %endif %changelog +* Fri Aug 06 2021 Nils Philippsen - 0.2.5-1 +- Update to 0.2.5 + * Thu Aug 05 2021 Nils Philippsen - 0.2.4-1 - Update to 0.2.4 diff --git a/rpmautospec/version.py b/rpmautospec/version.py index 788da1f..fe404ae 100644 --- a/rpmautospec/version.py +++ b/rpmautospec/version.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.2.5"