From fd0e3dfb49e09ce091fbe0a5aa5a74264282770b Mon Sep 17 00:00:00 2001 From: Dmitry Sutyagin Date: Thu, 19 Jan 2017 16:21:02 -0800 Subject: [PATCH] Bump version to 1.26.6 Change-Id: I435ec9dadab787f60284562afc574b0663cc6fe2 --- specs/python-timmy.spec | 9 ++++++++- timmy/env.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/specs/python-timmy.spec b/specs/python-timmy.spec index d724363..6bcb006 100644 --- a/specs/python-timmy.spec +++ b/specs/python-timmy.spec @@ -4,7 +4,7 @@ %global pypi_name timmy Name: python-%{pypi_name} -Version: 1.26.5 +Version: 1.26.6 Release: 1%{?dist}~mos0 Summary: Log collector tool for OpenStack Fuel @@ -107,6 +107,13 @@ popd %changelog +* Thu Jan 19 2016 Dmitry Sutyagin - 1.26.6 +- Add yum.repos.d directory to snapshot +- Change: print only summary for analysis module if all nodes are ok +- Replace yaml.load() with yaml.safe_load() +- Change: minor changes in analyze & rabbitmq module +- Added: stderr for mapping scripts + * Tue Dec 27 2016 Dmitry Sutyagin - 1.26.5 - Change: minor changes in analyze & rabbitmq module - Add: stderr for mapping scripts diff --git a/timmy/env.py b/timmy/env.py index 6d17962..08e4490 100644 --- a/timmy/env.py +++ b/timmy/env.py @@ -16,7 +16,7 @@ # under the License. project_name = 'timmy' -version = '1.26.5' +version = '1.26.6' if __name__ == '__main__': import sys