Skip to content

Commit

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

* Add a `separator` parameter to :func:`pytiger.monitoring.MonitoringCheck.exit`
* New module: :mod:`pytiger.logging.syslog`
* Set minimum Python interpreter version to 2.6
* New module: :mod:`pytiger.logging.config`
* New module: :mod:`pytiger.monitoring` (replacing :mod:`pytiger.nagios`)

-- Jonathan Wiltshire <[email protected]> Tue, 06 Mar 2018 12:10:06 +0000

pytiger (1.1.1) unstable; urgency=medium

* Replace nagios.NagiosCheck.warn() with warning()
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.2.0
=============

* Add a `separator` parameter to :func:`pytiger.monitoring.MonitoringCheck.exit`
* New module: :mod:`pytiger.logging.syslog`
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
# built documents.
#
# The short X.Y version.
version = '1.1'
version = '1.2'
# The full version, including alpha/beta/rc tags.
release = '1.1.1'
release = '1.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
9 changes: 8 additions & 1 deletion pytiger.spec
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@

Name: %{?scl_prefix}%{_pkg_name}
Summary: %{sum}
Version: 1.1.1
Version: 1.2.0
Release: 1%{?dist}

Group: Development/Libraries
Expand Down Expand Up @@ -145,6 +145,13 @@ rm -rf $RPM_BUILD_ROOT
%endif
%changelog
* Tue Mar 06 2018 Jonathan Wiltshire <[email protected]> - 1.2.0-1
- Add a `separator` parameter to :func:`pytiger.monitoring.MonitoringCheck.exit`
- New module: :mod:`pytiger.logging.syslog`
- Set minimum Python interpreter version to 2.6
- New module: :mod:`pytiger.logging.config`
- New module: :mod:`pytiger.monitoring` (replacing :mod:`pytiger.nagios`)
* Fri Feb 16 2018 Jonathan Wiltshire <[email protected]> - 1.1.1-1
- Replace nagios.NagiosCheck.warn() with warning().
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.1',
version='1.2.0',
description='Tiger Computing Ltd Python Utilities',
author='Tiger Computing Ltd',
author_email='[email protected]',
Expand Down

0 comments on commit a971e08

Please sign in to comment.