yamllint version 1.9.0

This commit is contained in:
Adrien Vergé 2017-10-16 22:52:00 +02:00
parent 773bfc0f3c
commit 2d931b5a81
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
1.9.0 (2017-10-16)
------------------
- Add a new `key-ordering` rule
- Fix indentation rule for key following empty list
1.8.2 (2017-10-10)
------------------

View File

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