Skip to content

Commit a971e08

Browse files
committed
Release version 1.2.0
1 parent ddc4f1f commit a971e08

5 files changed

Lines changed: 23 additions & 6 deletions

File tree

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
pytiger (1.1.1) unstable; urgency=medium
212

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

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.2.0
6+
=============
77

88
* Add a `separator` parameter to :func:`pytiger.monitoring.MonitoringCheck.exit`
99
* New module: :mod:`pytiger.logging.syslog`

docs/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@
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.

pytiger.spec

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
Name: %{?scl_prefix}%{_pkg_name}
3939
Summary: %{sum}
40-
Version: 1.1.1
40+
Version: 1.2.0
4141
Release: 1%{?dist}
4242

4343
Group: 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

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.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',

0 commit comments

Comments
 (0)