From 11ebf7dbb47f997fab8ac27a2fee857a0d2fc9ab Mon Sep 17 00:00:00 2001 From: Andrew Krasichkov Date: Thu, 11 May 2017 11:49:07 +0300 Subject: [PATCH] Version bump to 0.1.3 --- gixy/__init__.py | 2 +- rpm/gixy.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/gixy/__init__.py b/gixy/__init__.py index 5f1c968..6b8eeec 100644 --- a/gixy/__init__.py +++ b/gixy/__init__.py @@ -2,4 +2,4 @@ from gixy.core import severity -version = '0.1.2' +version = '0.1.3' diff --git a/rpm/gixy.spec b/rpm/gixy.spec index 4272508..aef5e25 100644 --- a/rpm/gixy.spec +++ b/rpm/gixy.spec @@ -2,7 +2,7 @@ Summary: Nginx configuration static analyzer Name: gixy -Version: 0.1.2 +Version: 0.1.3 Release: 0%{?dist} License: MPLv2.0 Group: Development/Utilities @@ -55,6 +55,9 @@ python setup.py install --prefix=%{_prefix} \ ######################################################################################## %changelog +* Thu May 11 2017 Yandex Team - 0.1.3-0 +- Uses english versions in plugins references + * Tue May 02 2017 Yandex Team - 0.1.2-0 - Fixed blank comments parsing - Added "auth_request_set" directive