From 81781adad1e911d08ce0bd1ed7b5558026fcf6be Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Apr 15 2021 10:36:45 +0000 Subject: Update to 0.1.5 Signed-off-by: Nils Philippsen --- diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index abbad12..7ecfd25 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -12,7 +12,7 @@ %endif Name: python-rpmautospec -Version: 0.1.4 +Version: 0.1.5 Release: 1%{?dist} Summary: Package and CLI tool to generate release fields and changelogs @@ -182,7 +182,8 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/ %endif %changelog -* Thu Apr 15 2021 Nils Philippsen +* Thu Apr 15 2021 Nils Philippsen - 0.1.5-1 +- Update to 0.1.5 - Have lowercase URLs, because Pagure d'oh * Thu Apr 15 2021 Nils Philippsen - 0.1.4-1 diff --git a/setup.py b/setup.py index 3b43c23..ff42b91 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.4", + version="0.1.5", description="Package and CLI tool for generating RPM releases and changelogs", # Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[