Skip to content

Commit 58ff5fa

Browse files
committed
Changelog for v2.4.3
1 parent 170e1fe commit 58ff5fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Changelog
22
=========
33

4-
Unreleased
5-
----------
4+
Version 2.4.3 (09 Apr 2021)
5+
---------------------------
66

77
- Start testing with Django 3.2 on Python 3.9 (Michael K.)
88
- Teach pylint-django about all HTTP methods from the View class, not only

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
1515
long_description=LONG_DESCRIPTION,
16-
version='2.4.2',
16+
version='2.4.3',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)