-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
6 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ | |
|
||
Name: %{?scl_prefix}%{_pkg_name} | ||
Summary: %{sum} | ||
Version: 1.2.0 | ||
Version: 1.2.1 | ||
Release: 1%{?dist} | ||
|
||
Group: Development/Libraries | ||
|
@@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT | |
%endif | ||
%changelog | ||
* Mon Jul 30 2018 Chris Boot <[email protected]> - 1.2.1-1 | ||
- Correct code examples and formatting in pytiger.logging. | ||
* 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` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
from setuptools import setup, find_packages | ||
|
||
setup(name='pytiger', | ||
version='1.2.0', | ||
version='1.2.1', | ||
description='Tiger Computing Ltd Python Utilities', | ||
author='Tiger Computing Ltd', | ||
author_email='[email protected]', | ||
|