From ac02a069dccd37430521eb52256dbfc4881ebb0e Mon Sep 17 00:00:00 2001 From: Carl Crowder Date: Sun, 22 Oct 2023 10:14:22 +0700 Subject: [PATCH] Bumping version for bugfix release to get pylint 3 support [#407 #405] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da939054..f61a9ae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylint-django" -version = "2.6.0a0" +version = "2.5.4" readme = "README.rst" description = "A Pylint plugin to help Pylint understand the Django web framework" repository = "https://github.com/PyCQA/pylint-django"