Skip to content

Commit

Permalink
Release version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger-jmw committed Feb 16, 2018
1 parent 46ab5bc commit a273cae
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
pytiger (1.1.1) unstable; urgency=medium

* Replace nagios.NagiosCheck.warn() with warning()

-- Jonathan Wiltshire <[email protected]> Fri, 16 Feb 2018 14:36:19 +0000

pytiger (1.1.0) unstable; urgency=medium

[ Chris Boot ]
Expand Down
4 changes: 2 additions & 2 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
Changes in pytiger
******************

Release NEXT
============
Release 1.1.1
=============

* Deprecate nagios.NagiosClient.warn(), replace with warning() (#2)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# The short X.Y version.
version = '1.1'
# The full version, including alpha/beta/rc tags.
release = '1.1.0'
release = '1.1.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
3 changes: 3 additions & 0 deletions pytiger.spec
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Fri Feb 16 2018 Jonathan Wiltshire <[email protected]> - 1.1.1-1
- Replace nagios.NagiosCheck.warn() with warning().
* Thu Nov 20 2017 Chris Boot <[email protected]> - 1.1.0-2
- Add support for rh-python35 SCL. Make SCL selection a bit more generic.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from setuptools import setup, find_packages

setup(name='pytiger',
version='1.1.0',
version='1.1.1',
description='Tiger Computing Ltd Python Utilities',
author='Tiger Computing Ltd',
author_email='[email protected]',
Expand Down

0 comments on commit a273cae

Please sign in to comment.