yamllint version 1.17.0

This commit is contained in:
Adrien Vergé 2019-08-12 16:54:51 +02:00
parent 063c854658
commit ce0336e430
2 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
Changelog Changelog
========= =========
1.17.0 (2019-08-12)
-------------------
- Simplify installation instructions in the README
- Add OpenBSD installation instructions
- Make YAML file extensions configurable
1.16.0 (2019-06-07) 1.16.0 (2019-06-07)
------------------- -------------------

View File

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