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 ae8fbdf commit 46ac9a3Copy full SHA for 46ac9a3
CHANGELOG.rst
@@ -13,6 +13,11 @@ Change Log
13
Unreleased
14
~~~~~~~~~~
15
16
+5.6.0 - 2025-01-24
17
+~~~~~~~~~~~~~~~~~~
18
+
19
+* Add docstring linter for Open edX filters.
20
21
5.5.0 - 2025-01-22
22
~~~~~~~~~~~~~~~~~~
23
edx_lint/__init__.py
@@ -2,4 +2,4 @@
2
edx_lint standardizes lint configuration and additional plugins for use in
3
Open edX code.
4
"""
5
-__version__ = "5.5.0"
+__version__ = "5.6.0"
0 commit comments