Skip to content

Commit

Permalink
Changelog for v2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Aug 5, 2020
1 parent d5bf629 commit db6b26e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
@@ -1,6 +1,16 @@
Changelog
=========

Version 2.3.0 (05 Aug 2020)
---------------------------

- Improvement in error message for ``missing-backwards-migration-callable``
(Bryan Mutai)
- Start testing with Django 3.1 on Python 3.8
- Better error message when Django is not configured. Closes
`#277 <https://github.com/PyCQA/pylint-django/issues/277>`_


Version 2.2.0 (22 Jul 2020)
---------------------------

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.2.0',
version='2.3.0',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit db6b26e

Please sign in to comment.