Skip to content

Commit

Permalink
Changelog for v2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 26, 2021
1 parent 4c1a709 commit f4f609e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 2.4.4 (26 Apr 2021)
---------------------------

- Fix compatibility issues with pylint >= 2.8. Fixes
`#322 <https://github.com/PyCQA/pylint-django/issues/322>`_ and
`#323 <https://github.com/PyCQA/pylint-django/issues/323>`_


Version 2.4.3 (09 Apr 2021)
---------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email='code@landscape.io',
description='A Pylint plugin to help Pylint understand the Django web framework',
long_description=LONG_DESCRIPTION,
version='2.4.3',
version='2.4.4',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit f4f609e

Please sign in to comment.