yamllint version 1.26.3

This commit is contained in:
Adrien Vergé
2021-08-21 19:26:15 +02:00
parent f47d5318cf
commit 058fef7559
2 changed files with 6 additions and 1 deletions

View File

@@ -1,6 +1,11 @@
Changelog Changelog
========= =========
1.26.3 (2021-08-21)
-------------------
- Restore runtime dependency ``setuptools`` for Python < 3.8
1.26.2 (2021-08-03) 1.26.2 (2021-08-03)
------------------- -------------------

View File

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