Skip to content

Commit db6b26e

Browse files
committed
Changelog for v2.3.0
1 parent d5bf629 commit db6b26e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

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

4+
Version 2.3.0 (05 Aug 2020)
5+
---------------------------
6+
7+
- Improvement in error message for ``missing-backwards-migration-callable``
8+
(Bryan Mutai)
9+
- Start testing with Django 3.1 on Python 3.8
10+
- Better error message when Django is not configured. Closes
11+
`#277 <https://github.com/PyCQA/pylint-django/issues/277>`_
12+
13+
414
Version 2.2.0 (22 Jul 2020)
515
---------------------------
616

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.2.0',
16+
version='2.3.0',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)