yamllint version 1.33.0

This commit is contained in:
Adrien Vergé 2023-11-09 10:32:20 +01:00
parent a26dd0084c
commit 8713140e99
2 changed files with 8 additions and 1 deletions

View File

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

View File

@ -21,7 +21,7 @@ indentation, etc."""
APP_NAME = 'yamllint'
APP_VERSION = '1.32.0'
APP_VERSION = '1.33.0'
APP_DESCRIPTION = __doc__
__author__ = 'Adrien Vergé'