Skip to content

Commit

Permalink
yamllint version 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Jan 29, 2021
1 parent 1b378ed commit 0fff4e2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -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)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion yamllint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@


APP_NAME = 'yamllint'
APP_VERSION = '1.25.0'
APP_VERSION = '1.26.0'
APP_DESCRIPTION = __doc__

__author__ = u'Adrien Vergé'
Expand Down

0 comments on commit 0fff4e2

Please sign in to comment.