Skip to content

Commit

Permalink
Update to 0.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <[email protected]>
  • Loading branch information
nphilipp committed Apr 15, 2021
1 parent c6c9464 commit 81781ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions python-rpmautospec.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -182,7 +182,8 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
%endif

%changelog
* Thu Apr 15 2021 Nils Philippsen <[email protected]>
* Thu Apr 15 2021 Nils Philippsen <[email protected]> - 0.1.5-1
- Update to 0.1.5
- Have lowercase URLs, because Pagure d'oh

* Thu Apr 15 2021 Nils Philippsen <[email protected]> - 0.1.4-1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

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=[
Expand Down

0 comments on commit 81781ad

Please sign in to comment.