From 70d2d1160e91ed3f3a77ff45f9dd6de9bbf900b3 Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Sun, 14 May 2017 14:56:40 +0300 Subject: [PATCH] Version bump to 0.1.4 --- gixy/__init__.py | 2 +- rpm/gixy.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gixy/__init__.py b/gixy/__init__.py index 6b8eeec..6ce2802 100644 --- a/gixy/__init__.py +++ b/gixy/__init__.py @@ -2,4 +2,4 @@ from gixy.core import severity -version = '0.1.3' +version = '0.1.4' diff --git a/rpm/gixy.spec b/rpm/gixy.spec index aef5e25..123915e 100644 --- a/rpm/gixy.spec +++ b/rpm/gixy.spec @@ -2,7 +2,7 @@ Summary: Nginx configuration static analyzer Name: gixy -Version: 0.1.3 +Version: 0.1.4 Release: 0%{?dist} License: MPLv2.0 Group: Development/Utilities @@ -55,6 +55,10 @@ python setup.py install --prefix=%{_prefix} \ ######################################################################################## %changelog +* Sun May 14 2017 Yandex Team - 0.1.4-0 +- Allow processing stdin, file descriptors +- Fixed configuration parser + * Thu May 11 2017 Yandex Team - 0.1.3-0 - Uses english versions in plugins references