From 7066376a39998ffd3093034919f2be8499a077e2 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 07 2020 15:19:09 +0000 Subject: Release 0.0.16 Signed-off-by: Pierre-Yves Chibon --- diff --git a/python-rpmautospec.spec b/python-rpmautospec.spec index 36ee524..ba52716 100644 --- a/python-rpmautospec.spec +++ b/python-rpmautospec.spec @@ -12,7 +12,7 @@ %endif Name: python-rpmautospec -Version: 0.0.15 +Version: 0.0.16 Release: 1%{?dist} Summary: Package and CLI tool to generate release fields and changelogs @@ -165,6 +165,9 @@ done %endif %changelog +* Tue Apr 07 2020 Pierre-Yves Chibon - 0.0.16-1 +- Update to 0.0.16 + * Tue Apr 07 2020 Pierre-Yves Chibon - 0.0.15-1 - Update to 0.0.15 diff --git a/setup.py b/setup.py index ed03f3d..a8af6e1 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.15", + version="0.0.16", description="Package and CLI tool for generating RPM releases and changelogs", # Possible options are at https://pypi.python.org/pypi?%3Aaction=list_classifiers classifiers=[