mirror of
https://github.com/adrienverge/yamllint.git
synced 2024-11-21 15:17:22 -06:00
yamllint version 1.33.0
This commit is contained in:
parent
a26dd0084c
commit
8713140e99
@ -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)
|
||||
-------------------
|
||||
|
||||
|
@ -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é'
|
||||
|
Loading…
Reference in New Issue
Block a user