Skip to content

Commit

Permalink
Version 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twaugh committed Jul 24, 2016
1 parent b7352b5 commit ebba9a2
Show file tree
Hide file tree
Showing 3 changed files with 6 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.3' # also update setup.py and python-journal-brief.spec
__version__ = '1.1.4' # 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.3
Version: 1.1.4
Release: 1%{?dist}
Summary: %{sum}

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


%changelog
* Sun Jul 24 2016 Tim Waugh <[email protected]> - 1.1.4-1
- 1.1.4.

* Mon Nov 9 2015 Tim Waugh <[email protected]> - 1.1.3-1
- 1.1.3.

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

setup(
name='journal-brief',
version='1.1.3', # also update journal_brief/__init__.py
version='1.1.4', # 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 ebba9a2

Please sign in to comment.