diff --git a/debian/changelog b/debian/changelog index 8b9d66a..6c667e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pytiger (1.1.1) unstable; urgency=medium + + * Replace nagios.NagiosCheck.warn() with warning() + + -- Jonathan Wiltshire Fri, 16 Feb 2018 14:36:19 +0000 + pytiger (1.1.0) unstable; urgency=medium [ Chris Boot ] diff --git a/docs/changes.rst b/docs/changes.rst index b906a50..cd3531a 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -2,8 +2,8 @@ Changes in pytiger ****************** -Release NEXT -============ +Release 1.1.1 +============= * Deprecate nagios.NagiosClient.warn(), replace with warning() (#2) diff --git a/docs/conf.py b/docs/conf.py index 9c35b2c..3c67a9f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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. diff --git a/pytiger.spec b/pytiger.spec index 7ca3b78..dcf8c55 100644 --- a/pytiger.spec +++ b/pytiger.spec @@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Feb 16 2018 Jonathan Wiltshire - 1.1.1-1 +- Replace nagios.NagiosCheck.warn() with warning(). + * Thu Nov 20 2017 Chris Boot - 1.1.0-2 - Add support for rh-python35 SCL. Make SCL selection a bit more generic. diff --git a/setup.py b/setup.py index 104e1b4..3459d83 100755 --- a/setup.py +++ b/setup.py @@ -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='info@tiger-computing.co.uk',