Skip to content

Commit

Permalink
Changelog for v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 9, 2021
1 parent 170e1fe commit 58ff5fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.rst
@@ -1,8 +1,8 @@
Changelog
=========

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

- Start testing with Django 3.2 on Python 3.9 (Michael K.)
- Teach pylint-django about all HTTP methods from the View class, not only
Expand Down
2 changes: 1 addition & 1 deletion setup.py
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.2',
version='2.4.3',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 58ff5fa

Please sign in to comment.