Merge "Bump version to 1.26.6" into stable/mitaka

This commit is contained in:
Jenkins 2017-01-20 01:02:54 +00:00 committed by Gerrit Code Review
commit 22217864e7
2 changed files with 9 additions and 2 deletions

View File

@ -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 <dsutyagin@mirantis.com> - 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 <dsutyagin@mirantis.com> - 1.26.5
- Change: minor changes in analyze & rabbitmq module
- Add: stderr for mapping scripts

View File

@ -16,7 +16,7 @@
# under the License.
project_name = 'timmy'
version = '1.26.5'
version = '1.26.6'
if __name__ == '__main__':
import sys