Skip to content

Commit

Permalink
Version bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
buglloc committed May 14, 2017
1 parent c5df3f0 commit 70d2d11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gixy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

from gixy.core import severity

version = '0.1.3'
version = '0.1.4'
6 changes: 5 additions & 1 deletion rpm/gixy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -55,6 +55,10 @@ python setup.py install --prefix=%{_prefix} \
########################################################################################

%changelog
* Sun May 14 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.4-0
- Allow processing stdin, file descriptors
- Fixed configuration parser

* Thu May 11 2017 Yandex Team <opensource@yandex-team.ru> - 0.1.3-0
- Uses english versions in plugins references

Expand Down

0 comments on commit 70d2d11

Please sign in to comment.