Skip to content

Commit f4f609e

Browse files
committed
Changelog for v2.4.4
1 parent 4c1a709 commit f4f609e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

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+
412
Version 2.4.3 (09 Apr 2021)
513
---------------------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='code@landscape.io',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
1515
long_description=LONG_DESCRIPTION,
16-
version='2.4.3',
16+
version='2.4.4',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)