We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15eafeb commit 98f2281Copy full SHA for 98f2281
CHANGELOG.rst
@@ -1,6 +1,13 @@
1
Changelog
2
=========
3
4
+1.31.0 (2023-04-21)
5
+-------------------
6
+
7
+- Build: migrate from ``setup.py`` to ``pyproject.toml``
8
+- Docs: update some outdated URLs
9
+- Rule ``colons``: prevent error when space before is mandatory
10
11
1.30.0 (2023-03-22)
12
-------------------
13
yamllint/__init__.py
@@ -21,7 +21,7 @@
21
22
23
APP_NAME = 'yamllint'
24
-APP_VERSION = '1.30.0'
+APP_VERSION = '1.31.0'
25
APP_DESCRIPTION = __doc__
26
27
__author__ = 'Adrien Vergé'
0 commit comments