File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ pytiger (1.2.0) unstable; urgency=medium
2+
3+ * Add a `separator` parameter to :func:`pytiger.monitoring.MonitoringCheck.exit`
4+ * New module: :mod:`pytiger.logging.syslog`
5+ * Set minimum Python interpreter version to 2.6
6+ * New module: :mod:`pytiger.logging.config`
7+ * New module: :mod:`pytiger.monitoring` (replacing :mod:`pytiger.nagios`)
8+
9+ -- Jonathan Wiltshire <jmw@jtiger-computing.co.uk> Tue, 06 Mar 2018 12:10:06 +0000
10+
111pytiger (1.1.1) unstable; urgency=medium
212
313 * Replace nagios.NagiosCheck.warn() with warning()
Original file line number Diff line number Diff line change 22Changes in pytiger
33******************
44
5- Release NEXT
6- ============
5+ Release 1.2.0
6+ =============
77
88* Add a `separator ` parameter to :func: `pytiger.monitoring.MonitoringCheck.exit `
99* New module: :mod: `pytiger.logging.syslog `
Original file line number Diff line number Diff line change 5656# built documents.
5757#
5858# The short X.Y version.
59- version = '1.1 '
59+ version = '1.2 '
6060# The full version, including alpha/beta/rc tags.
61- release = '1.1.1 '
61+ release = '1.2.0 '
6262
6363# The language for content autogenerated by Sphinx. Refer to documentation
6464# for a list of supported languages.
Original file line number Diff line number Diff line change 3737
3838Name: %{?scl_prefix }%{_pkg_name }
3939Summary: %{sum }
40- Version: 1.1.1
40+ Version: 1.2.0
4141Release: 1%{?dist }
4242
4343Group: Development/Libraries
@@ -145,6 +145,13 @@ rm -rf $RPM_BUILD_ROOT
145145%endif
146146
147147%changelog
148+ * Tue Mar 06 2018 Jonathan Wiltshire <jmw@tiger-computing.co.uk> - 1.2.0-1
149+ - Add a ` separator` parameter to :func:` pytiger.monitoring.MonitoringCheck.exit`
150+ - New module: :mod:` pytiger.logging.syslog`
151+ - Set minimum Python interpreter version to 2.6
152+ - New module: :mod:` pytiger.logging.config`
153+ - New module: :mod:` pytiger.monitoring` (replacing :mod:` pytiger.nagios` )
154+
148155* Fri Feb 16 2018 Jonathan Wiltshire <jmw@tiger-computing.co.uk> - 1.1.1-1
149156- Replace nagios.NagiosCheck.warn() with warning().
150157
Original file line number Diff line number Diff line change 99from setuptools import setup , find_packages
1010
1111setup (name = 'pytiger' ,
12- version = '1.1.1 ' ,
12+ version = '1.2.0 ' ,
1313 description = 'Tiger Computing Ltd Python Utilities' ,
1414 author = 'Tiger Computing Ltd' ,
1515 author_email = 'info@tiger-computing.co.uk' ,
You can’t perform that action at this time.
0 commit comments