yamllint version 1.26.0

pull/358/head v1.26.0
Adrien Vergé 4 years ago
parent 1b378ed5b9
commit 0fff4e29e4

@ -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)
-------------------

@ -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é'

Loading…
Cancel
Save