yamllint version 1.26.0

This commit is contained in:
Adrien Vergé 2021-01-29 18:10:35 +01:00
parent 1b378ed5b9
commit 0fff4e29e4
2 changed files with 11 additions and 1 deletions

View File

@ -1,6 +1,16 @@
Changelog
=========
1.26.0 (2021-01-29)
-------------------
- End support for Python 2 and Python 3.4, add support for Python 3.9
- Add ``forbid: non-empty`` option to ``braces`` and ``brackets`` rules
- Fix ``quoted-strings`` for explicit octal recognition
- Add documentation for integration with Arcanist
- Fix typos in changelog and README
- Stop using deprecated ``python setup.py test`` in tests
1.25.0 (2020-09-29)
-------------------

View File

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