File tree Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Expand file tree Collapse file tree 2 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- Version 2.0.4 (17 Dec 2018)
4+ Version 2.0.5 (17 Dec 2018)
55---------------------------
66
7+ Bumping the version number because there's been a mix-up between
8+ GitHub tags and the versions pushed to PyPI for 2.0.3 and 2.0.4.
9+
10+ Please use 2.0.5 which includes the changes mentioned below!
11+
12+
13+ Version 2.0.4 (do not use)
14+ --------------------------
15+
716- Avoid traceback with concurrent execution. Fix
817 `#197 <https://github.com/PyCQA/pylint-django/issues/197 >`_
918- Suppress ``no-member `` errors for ``LazyFunction `` in factories
@@ -12,8 +21,8 @@ Version 2.0.4 (17 Dec 2018)
1221 `PR #207 <http://github.com/PyCQA/pylint-django/pull/207 >`_
1322
1423
15- Version 2.0.3 (26 Nov 2018 )
16- ---------------------------
24+ Version 2.0.3 (do not use )
25+ --------------------------
1726
1827- Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and
1928 pylint (2.1.1 -> 2.2).
Original file line number Diff line number Diff line change 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.4 ' ,
16+ version = '2.0.5 ' ,
1717 packages = find_packages (),
1818 include_package_data = True ,
1919 install_requires = [
You can’t perform that action at this time.
0 commit comments