yamllint version 1.11.0

This commit is contained in:
Adrien Vergé
2018-02-21 12:00:08 +01:00
parent 8b9eab33bf
commit 6a842229fd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog Changelog
========= =========
1.11.0 (2018-02-21)
-------------------
- Add a new `octal-values` rule
1.10.0 (2017-11-05) 1.10.0 (2017-11-05)
------------------- -------------------

View File

@@ -22,7 +22,7 @@ indentation, etc."""
APP_NAME = 'yamllint' APP_NAME = 'yamllint'
APP_VERSION = '1.10.0' APP_VERSION = '1.11.0'
APP_DESCRIPTION = __doc__ APP_DESCRIPTION = __doc__
__author__ = u'Adrien Vergé' __author__ = u'Adrien Vergé'