Skip to content

Commit

Permalink
yamllint version 1.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Jul 15, 2020
1 parent 9403f1f commit 0fceca2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Changelog
=========

1.24.1 (2020-07-15)
-------------------

- Revert ``locale`` config option from version 1.24.0 because of a bug

1.24.0 (2020-07-15)
-------------------

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.24.0'
APP_VERSION = '1.24.1'
APP_DESCRIPTION = __doc__

__author__ = u'Adrien Vergé'
Expand Down

0 comments on commit 0fceca2

Please sign in to comment.