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 8323394 commit be92e15Copy full SHA for be92e15
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+1.37.0 (2025-03-23)
5
+-------------------
6
+
7
+- Automatically detect Unicode character encoding of files
8
+- Publish pushes to master branch to TestPyPI
9
10
1.36.2 (2025-03-17)
11
-------------------
12
yamllint/__init__.py
@@ -21,7 +21,7 @@
21
22
23
APP_NAME = 'yamllint'
24
-APP_VERSION = '1.36.2'
+APP_VERSION = '1.37.0'
25
APP_DESCRIPTION = __doc__
26
27
__author__ = 'Adrien Vergé'
0 commit comments