yamllint version 1.26.1

This commit is contained in:
Adrien Vergé 2021-04-06 16:02:55 +02:00
parent e53ea093e2
commit 85ccd625a3
2 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,12 @@
Changelog
=========
1.26.1 (2021-04-06)
-------------------
- Remove runtime dependency ``setuptools`` for Python < 3.8
- Fix ``line_length`` to skip all hash signs starting comment
1.26.0 (2021-01-29)
-------------------

View File

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