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 4c1a709 commit f4f609eCopy full SHA for f4f609e
CHANGELOG.rst
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+Version 2.4.4 (26 Apr 2021)
5
+---------------------------
6
+
7
+- Fix compatibility issues with pylint >= 2.8. Fixes
8
+ `#322 <https://github.com/PyCQA/pylint-django/issues/322>`_ and
9
+ `#323 <https://github.com/PyCQA/pylint-django/issues/323>`_
10
11
12
Version 2.4.3 (09 Apr 2021)
13
---------------------------
14
setup.py
@@ -13,7 +13,7 @@
author_email='code@landscape.io',
description='A Pylint plugin to help Pylint understand the Django web framework',
15
long_description=LONG_DESCRIPTION,
16
- version='2.4.3',
+ version='2.4.4',
17
packages=find_packages(),
18
include_package_data=True,
19
install_requires=[
0 commit comments