From 8c3462cd88bb9cc1be004f8ba07d4f5c48224efa Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 09 2020 13:23:06 +0000 Subject: Release 0.1.3 Signed-off-by: Pierre-Yves Chibon --- diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 89d1355..bef478d 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -12,7 +12,7 @@ %endif Name: python-rpmautospec -Version: 0.1.2 +Version: 0.1.3 Release: 1%{?dist} Summary: Package and CLI tool to generate release fields and changelogs @@ -181,6 +181,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/ %endif %changelog +* Thu Apr 09 2020 Pierre-Yves Chibon - 0.1.3-1 +- Update to 0.1.3 + * Thu Apr 09 2020 Pierre-Yves Chibon - 0.1.2-1 - Update to 0.1.2 diff --git a/setup.py b/setup.py index 71cb98d..6934b9d 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.1.2", + version="0.1.3", description="Package and CLI tool for generating RPM releases and changelogs", # Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[