Skip to content

Commit

Permalink
Prepare release 1.2-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed Oct 28, 2020
1 parent 83ea7e2 commit 97027c1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion puppet-jens.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Jens is a Puppet modules/hostgroups librarian
Name: puppet-jens
Version: 1.1
Version: 1.2
Release: 1%{?dist}

License: GPLv3
Expand Down Expand Up @@ -74,6 +74,9 @@ install -p -m 644 systemd/jens-purge-queue.service %{buildroot}%{_unitdir}/jens-
%{_unitdir}/jens-purge-queue.service

%changelog
* Wed Oct 28 2020 Nacho Barrientos <[email protected]> - 1.2-1
- Ship systemd service unit files for jens-update and jens-purge-queue.

* Tue Jul 07 2020 Nacho Barrientos <[email protected]> - 1.1-1
- Python3-only compatibility.
- Use tmpfiles.d to create the lock directory.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from distutils.core import setup

setup(name='jens',
version='1.1',
version='1.2',
description='Jens is a Puppet modules/hostgroups librarian',
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 97027c1

Please sign in to comment.