Skip to content

Commit

Permalink
yamllint version 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienverge committed Nov 9, 2023
1 parent a26dd00 commit 8713140
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

1.33.0 (2023-11-09)
-------------------

- Add support for Python 3.12, drop support for Python 3.7
- Rule ``document-end``: fix spurious "missing document end"
- Rule ``empty-values``: add ``forbid-in-block-sequences`` option

1.32.0 (2023-05-22)
-------------------

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


APP_NAME = 'yamllint'
APP_VERSION = '1.32.0'
APP_VERSION = '1.33.0'
APP_DESCRIPTION = __doc__

__author__ = 'Adrien Vergé'
Expand Down

0 comments on commit 8713140

Please sign in to comment.