From e4bd126383afa24be6f2edb5190a0003d08cd7bc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 08 2020 08:39:06 +0000 Subject: Release 0.0.19 Signed-off-by: Pierre-Yves Chibon --- diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 7a16e34..1c21eff 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -12,7 +12,7 @@ %endif Name: python-rpmautospec -Version: 0.0.18 +Version: 0.0.19 Release: 1%{?dist} Summary: Package and CLI tool to generate release fields and changelogs @@ -165,6 +165,9 @@ done %endif %changelog +* Wed Apr 08 2020 Pierre-Yves Chibon - 0.0.19-1 +- Update to 0.0.19 + * Wed Apr 08 2020 Pierre-Yves Chibon - 0.0.18-1 - Update to 0.0.18 diff --git a/setup.py b/setup.py index ad569c9..b1261bf 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ with open(os.path.join(HERE, "test_requirements.txt"), "r") as f: setup( name="rpmautospec", - version="0.0.18", + version="0.0.19", description="Package and CLI tool for generating RPM releases and changelogs", # Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[