Skip to content

Commit

Permalink
Version 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
twaugh committed Oct 30, 2015
1 parent d545026 commit c564134
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.1' # also update setup.py and python-journal-brief.spec
__version__ = '1.1.2' # 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.1
Version: 1.1.2
Release: 1%{?dist}
Summary: %{sum}

Expand Down Expand Up @@ -68,5 +68,8 @@ PYTEST_ARGS='-v --doctest-modules tests journal_brief'


%changelog
* Fri Oct 30 2015 Tim Waugh <twaugh@redhat.com> - 1.1.2-1
- 1.1.2.

* Thu Oct 15 2015 Tim Waugh <twaugh@redhat.com> - 1.1.1-1
- Initial spec file.
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.1', # also update journal_brief/__init__.py
version='1.1.2', # 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 c564134

Please sign in to comment.