Skip to content

Commit bf071e2

Browse files
committed
Version 1.1.6
Signed-off-by: Tim Waugh <twaugh@redhat.com>
1 parent d54356f commit bf071e2

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

journal_brief/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
'list_formatters', 'get_formatter',
2828
'Config']
2929

30-
__version__ = '1.1.5' # also update setup.py and python-journal-brief.spec
30+
__version__ = '1.1.6' # also update setup.py and python-journal-brief.spec

python-journal-brief.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global sum Find new systemd journal entries since last run
33

44
Name: python-%{srcname}
5-
Version: 1.1.5
5+
Version: 1.1.6
66
Release: 1%{?dist}
77
Summary: %{sum}
88

@@ -69,6 +69,12 @@ PYTEST_ARGS='-v --doctest-modules tests journal_brief'
6969

7070

7171
%changelog
72+
* Tue Jul 7 2020 Tim Waugh <twaugh@redhat.com> - 1.1.6-1
73+
- 1.1.6.
74+
75+
* Mon Oct 31 2016 Tim Waugh <twaugh@redhat.com> - 1.1.5-1
76+
- 1.1.5.
77+
7278
* Sun Jul 24 2016 Tim Waugh <twaugh@redhat.com> - 1.1.4-1
7379
- 1.1.4.
7480

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def run_tests(self):
5050

5151
setup(
5252
name='journal-brief',
53-
version='1.1.5', # also update journal_brief/__init__.py
53+
version='1.1.6', # also update journal_brief/__init__.py
5454
description='Show interesting new systemd journal entries since last run',
5555
long_description=long_description,
5656
author='Tim Waugh',

0 commit comments

Comments
 (0)