@ -1,6 +1,11 @@
Changelog
=========
1.26.2 (2021-08-03)
-------------------
- Fix ``python_requires`` to comply with PEP 345 and PEP 440
1.26.1 (2021-04-06)
@ -22,7 +22,7 @@ indentation, etc."""
APP_NAME = 'yamllint'
APP_VERSION = '1.26.1'
APP_VERSION = '1.26.2'
APP_DESCRIPTION = __doc__
__author__ = u'Adrien Vergé'