From 82ed191bc952d5a2033c416224130c2c7b00f119 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Verg=C3=A9?= Date: Tue, 28 Jun 2016 11:19:21 +0200 Subject: [PATCH] yamllint version 1.3.2 --- yamllint/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamllint/__init__.py b/yamllint/__init__.py index f57cb7f..01ebe57 100644 --- a/yamllint/__init__.py +++ b/yamllint/__init__.py @@ -22,7 +22,7 @@ indentation, etc.""" APP_NAME = 'yamllint' -APP_VERSION = '1.3.1' +APP_VERSION = '1.3.2' APP_DESCRIPTION = __doc__ __author__ = u'Adrien Vergé'