yamllint version 1.23.0

This commit is contained in:
Adrien Vergé
2020-04-17 10:31:52 +02:00
parent b711fd993e
commit a54cbce1b6
2 changed files with 7 additions and 1 deletions

View File

@@ -1,6 +1,12 @@
Changelog Changelog
========= =========
1.23.0 (2020-04-17)
-------------------
- Allow rules to validate their configuration
- Add options ``extra-required`` and ``extra-allowed`` to ``quoted-strings``
1.22.1 (2020-04-15) 1.22.1 (2020-04-15)
------------------- -------------------

View File

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