Skip to content

Commit

Permalink
Update to 0.2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Nils Philippsen <[email protected]>
  • Loading branch information
nphilipp committed May 16, 2022
1 parent 1c9c2dc commit 8eca990
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion python-rpmautospec.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%global srcname rpmautospec

Name: python-rpmautospec
Version: 0.2.6
Version: 0.2.7
Release: 1%{?dist}
Summary: Package and CLI tool to generate release fields and changelogs

Expand Down Expand Up @@ -121,6 +121,9 @@ install -m 644 rpm/macros.d/macros.rpmautospec %{buildroot}%{rpmmacrodir}/
%{__python3} -m pytest -n auto

%changelog
* Mon May 16 2022 Nils Philippsen <[email protected]> - 0.2.7-1
- Update to 0.2.7

* Mon Apr 25 2022 Nils Philippsen <[email protected]> - 0.2.6-1
- Update to 0.2.6
- Require python3-pytest-xdist for building
Expand Down
2 changes: 1 addition & 1 deletion rpmautospec/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.2.6"
__version__ = "0.2.7"

0 comments on commit 8eca990

Please sign in to comment.