yamllint version 1.15.0

This commit is contained in:
Adrien Vergé
2019-02-11 14:18:11 +01:00
parent f66661e36d
commit 37700ab3e6
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog Changelog
========= =========
1.15.0 (2019-02-11)
-------------------
- Allow linting from standard input with ``yamllint -``
1.14.0 (2019-01-14) 1.14.0 (2019-01-14)
------------------- -------------------

View File

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