yamllint version 1.13.0

pull/147/head v1.13.0
Adrien Vergé 6 years ago
parent 66adaee66c
commit 318a12bbe6

@ -1,6 +1,13 @@
Changelog
=========
1.13.0 (2018-11-14)
-------------------
- Use `isinstance(x, y)` instead of `type(x) == y`
- Add a new `-f colored` option
- Update documentation about colored output when run from CLI
1.12.1 (2018-10-17)
-------------------

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

Loading…
Cancel
Save