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