From ba9d86d645268dd9b9f3a317549f1d463120b8bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Mon, 1 Feb 2016 22:43:42 +0100 Subject: [PATCH] yamllint version 0.7.0 --- yamllint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamllint/__init__.py b/yamllint/__init__.py index 0a2fadf..07aecb8 100644 --- a/yamllint/__init__.py +++ b/yamllint/__init__.py @@ -15,7 +15,7 @@ # along with this program. If not, see . APP_NAME = 'yamllint' -APP_VERSION = '0.6.0' +APP_VERSION = '0.7.0' APP_DESCRIPTION = """A linter for YAML files. yamllint does not only check for syntax validity, but for common cosmetic