Skip to content

Commit a273cae

Browse files
committed
Release version 1.1.1
1 parent 46ab5bc commit a273cae

5 files changed

Lines changed: 13 additions & 4 deletions

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pytiger (1.1.1) unstable; urgency=medium
2+
3+
* Replace nagios.NagiosCheck.warn() with warning()
4+
5+
-- Jonathan Wiltshire <jmw@tiger-computing.co.uk> Fri, 16 Feb 2018 14:36:19 +0000
6+
17
pytiger (1.1.0) unstable; urgency=medium
28

39
[ Chris Boot ]

docs/changes.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Changes in pytiger
33
******************
44

5-
Release NEXT
6-
============
5+
Release 1.1.1
6+
=============
77

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

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# The short X.Y version.
5959
version = '1.1'
6060
# The full version, including alpha/beta/rc tags.
61-
release = '1.1.0'
61+
release = '1.1.1'
6262

6363
# The language for content autogenerated by Sphinx. Refer to documentation
6464
# for a list of supported languages.

pytiger.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
145145
%endif
146146
147147
%changelog
148+
* Fri Feb 16 2018 Jonathan Wiltshire <jmw@tiger-computing.co.uk> - 1.1.1-1
149+
- Replace nagios.NagiosCheck.warn() with warning().
150+
148151
* Thu Nov 20 2017 Chris Boot <crb@tiger-computing.co.uk> - 1.1.0-2
149152
- Add support for rh-python35 SCL. Make SCL selection a bit more generic.
150153

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from setuptools import setup, find_packages
1010

1111
setup(name='pytiger',
12-
version='1.1.0',
12+
version='1.1.1',
1313
description='Tiger Computing Ltd Python Utilities',
1414
author='Tiger Computing Ltd',
1515
author_email='info@tiger-computing.co.uk',

0 commit comments

Comments
 (0)