yamllint version 1.8.1

This commit is contained in:
Adrien Vergé 2017-07-04 22:22:48 +02:00
parent 3c4013fda1
commit d99bb9fec3
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changelog
=========
1.8.1 (2017-07-04)
------------------
- Require pathspec >= 0.5.3
- Support Python 2.6
- Add a changelog
1.8.0 (2017-06-28)
------------------

View File

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