Skip to content

Commit

Permalink
1.1.8
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Waugh <[email protected]>
  • Loading branch information
twaugh committed Jan 11, 2022
1 parent 6142681 commit 83c6d6a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion journal_brief/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
'list_formatters', 'get_formatter',
'Config']

__version__ = '1.1.7' # also update setup.py and python-journal-brief.spec
__version__ = '1.1.8' # also update setup.py and python-journal-brief.spec
5 changes: 4 additions & 1 deletion python-journal-brief.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%global sum Find new systemd journal entries since last run

Name: python-%{srcname}
Version: 1.1.7
Version: 1.1.8
Release: 1%{?dist}
Summary: %{sum}

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


%changelog
* Tue Jan 11 2022 Tim Waugh <[email protected]> - 1.1.8-1
- 1.1.8.

* Mon Jul 13 2020 Tim Waugh <[email protected]> - 1.1.7-1
- 1.1.7.

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def run_tests(self):

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

0 comments on commit 83c6d6a

Please sign in to comment.