Skip to content

Commit

Permalink
Prepare release 1.1-1
Browse files Browse the repository at this point in the history
  • Loading branch information
nbarrientos committed Jul 7, 2020
1 parent c7137be commit 0f9f3e7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 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: 0.25
Version: 1.1
Release: 1%{?dist}

License: GPLv3
Expand Down Expand Up @@ -69,6 +69,10 @@ install -m 0644 jens-tmpfiles.conf %{buildroot}%{_tmpfilesdir}/%{name}.conf
%{_tmpfilesdir}/%{name}.conf

%changelog
* Tue Jul 07 2020 Nacho Barrientos <[email protected]> - 1.1-1
- Python3-only compatibility.
- Use tmpfiles.d to create the lock directory.

* Mon Jun 29 2020 Nacho Barrientos <[email protected]> - 0.25-1
- Minor fixes to the Spec file.

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='0.25',
version='1.1',
description='Jens is a Puppet modules/hostgroups librarian',
classifiers=[
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 0f9f3e7

Please sign in to comment.