Skip to content

Commit 443415f

Browse files
committed
Changelog for version 2.0.7
1 parent 54455c9 commit 443415f

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.rst

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

4+
Version 2.0.7 (16 April 2019)
5+
-----------------------------
6+
7+
- Fixed ``AstroidImportError`` for ``DecimalField``. Fix
8+
`#221 <https://github.com/PyCQA/pylint-django/issues/221>`_ (Daniil Kharkov)
9+
- Add ``load_configuration()`` in ``pylint_django/__init__.py``. Fix #222
10+
`#222 <https://github.com/PyCQA/pylint-django/issues/222>`_
11+
- Support ForeignKey relations with ``to`` keyword. Fix
12+
`#223 <https://github.com/PyCQA/pylint-django/issues/223>`_ (Daniil Kharkov)
13+
14+
415
Version 2.0.6 (27 Feb 2019)
516
---------------------------
617

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

0 commit comments

Comments
 (0)