mirror of
https://github.com/adrienverge/yamllint.git
synced 2025-02-25 18:55:20 -06:00
yamllint version 1.27.1
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
1.27.1 (2022-07-08)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
- Fix failing test on ``key-duplicates`` for old PyYAML versions
|
||||||
|
|
||||||
1.27.0 (2022-07-08)
|
1.27.0 (2022-07-08)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ indentation, etc."""
|
|||||||
|
|
||||||
|
|
||||||
APP_NAME = 'yamllint'
|
APP_NAME = 'yamllint'
|
||||||
APP_VERSION = '1.27.0'
|
APP_VERSION = '1.27.1'
|
||||||
APP_DESCRIPTION = __doc__
|
APP_DESCRIPTION = __doc__
|
||||||
|
|
||||||
__author__ = u'Adrien Vergé'
|
__author__ = u'Adrien Vergé'
|
||||||
|
|||||||
Reference in New Issue
Block a user