Skip to content

Commit

Permalink
Version 1.1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Waugh <twaugh@redhat.com>
  • Loading branch information
twaugh committed Jul 7, 2020
1 parent d54356f commit bf071e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion journal_brief/__init__.py
Expand Up @@ -27,4 +27,4 @@
'list_formatters', 'get_formatter',
'Config']

__version__ = '1.1.5' # also update setup.py and python-journal-brief.spec
__version__ = '1.1.6' # also update setup.py and python-journal-brief.spec
8 changes: 7 additions & 1 deletion python-journal-brief.spec
Expand Up @@ -2,7 +2,7 @@
%global sum Find new systemd journal entries since last run

Name: python-%{srcname}
Version: 1.1.5
Version: 1.1.6
Release: 1%{?dist}
Summary: %{sum}

Expand Down Expand Up @@ -69,6 +69,12 @@ PYTEST_ARGS='-v --doctest-modules tests journal_brief'


%changelog
* Tue Jul 7 2020 Tim Waugh <twaugh@redhat.com> - 1.1.6-1
- 1.1.6.

* Mon Oct 31 2016 Tim Waugh <twaugh@redhat.com> - 1.1.5-1
- 1.1.5.

* Sun Jul 24 2016 Tim Waugh <twaugh@redhat.com> - 1.1.4-1
- 1.1.4.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -50,7 +50,7 @@ def run_tests(self):

setup(
name='journal-brief',
version='1.1.5', # also update journal_brief/__init__.py
version='1.1.6', # also update journal_brief/__init__.py
description='Show interesting new systemd journal entries since last run',
long_description=long_description,
author='Tim Waugh',
Expand Down

0 comments on commit bf071e2

Please sign in to comment.