Skip to content

Commit 1ec3fd3

Browse files
committed
Add changelog and bump to version 2.0.4
1 parent 3181156 commit 1ec3fd3

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

CHANGELOG.rst

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,24 @@
11
Changelog
22
=========
33

4+
Version 2.0.4 (17 Dec 2018)
5+
---------------------------
6+
7+
- Avoid traceback with concurrent execution. Fix
8+
`#197 <https://github.com/PyCQA/pylint-django/issues/197>`_
9+
- Suppress ``no-member`` errors for ``LazyFunction`` in factories
10+
- Suppress ``no-member`` errors for ``RelatedManager`` fields
11+
- Clean up compatibility code:
12+
`PR #207 <http://github.com/PyCQA/pylint-django/pull/207>`_
13+
14+
415
Version 2.0.3 (26 Nov 2018)
516
---------------------------
617

7-
- Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and pylint (2.1.1 -> 2.2)
8-
`#201 <https://github.com/PyCQA/pylint-django/issues/201>` and `#202 <https://github.com/PyCQA/pylint-django/issues/202>`
18+
- Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and
19+
pylint (2.1.1 -> 2.2).
20+
`#201 <https://github.com/PyCQA/pylint-django/issues/201>`_ and
21+
`#202 <https://github.com/PyCQA/pylint-django/issues/202>`_
922

1023
Version 2.0.2 (26 Aug 2018)
1124
---------------------------

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

0 commit comments

Comments
 (0)