Version bump to 0.1.5

pull/59/head v0.1.5
buglloc 2017-05-21 23:10:32 +03:00
parent ea1fb2e658
commit f5fd81c0db
2 changed files with 9 additions and 2 deletions

View File

@ -2,4 +2,4 @@
from gixy.core import severity
version = '0.1.4'
version = '0.1.5'

View File

@ -2,7 +2,7 @@
Summary: Nginx configuration static analyzer
Name: gixy
Version: 0.1.4
Version: 0.1.5
Release: 0%{?dist}
License: MPLv2.0
Group: Development/Utilities
@ -55,6 +55,13 @@ python setup.py install --prefix=%{_prefix} \
########################################################################################
%changelog
* Sun May 21 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.5-0
- Supported Python 2.6
- Supported multiple config files scanning
- Fixed summary count
- Fixed symlink resolution
- Minor improvements and fixes
* Sun May 14 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.4-0
- Allow processing stdin, file descriptors
- Fixed configuration parser