Skip to content

Commit e1c1341

Browse files
committed
Prepare release 1.3.0-1
1 parent 2029dcc commit e1c1341

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

puppet-jens.spec

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Summary: Jens is a Puppet modules/hostgroups librarian
22
Name: puppet-jens
3-
Version: 1.2
4-
Release: 2%{?dist}
3+
Version: 1.3.0
4+
Release: 1%{?dist}
55

66
License: GPLv3
77
Group: Applications/System
@@ -74,6 +74,13 @@ install -p -m 644 systemd/jens-purge-queue.service %{buildroot}%{_unitdir}/jens-
7474
%{_unitdir}/jens-purge-queue.service
7575

7676
%changelog
77+
* Tue Jan 17 2023 Nacho Barrientos <[email protected]> - 1.3.0-1
78+
- Switch to semanting versioning.
79+
- Add support for Gitlab webhook tokens.
80+
- Use Python's unittest runner.
81+
- Close file descriptions explicitly.
82+
- Some Python-3 related code changes: f-strings, super(), etc.
83+
7784
* Tue May 11 2021 Nacho Barrientos <[email protected]> - 1.2-2
7885
- Rebuild for CentOS Stream 8
7986

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from distutils.core import setup
55

66
setup(name='jens',
7-
version='1.2',
7+
version='1.3.0',
88
description='Jens is a Puppet modules/hostgroups librarian',
99
classifiers=[
1010
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)