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 1
1
Changelog
2
2
=========
3
3
4
- Version 2.0.4 (17 Dec 2018)
4
+ Version 2.0.5 (17 Dec 2018)
5
5
---------------------------
6
6
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
+
7
16
- Avoid traceback with concurrent execution. Fix
8
17
`#197 <https://github.com/PyCQA/pylint-django/issues/197 >`_
9
18
- Suppress ``no-member `` errors for ``LazyFunction `` in factories
@@ -12,8 +21,8 @@ Version 2.0.4 (17 Dec 2018)
12
21
`PR #207 <http://github.com/PyCQA/pylint-django/pull/207 >`_
13
22
14
23
15
- Version 2.0.3 (26 Nov 2018 )
16
- ---------------------------
24
+ Version 2.0.3 (do not use )
25
+ --------------------------
17
26
18
27
- Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and
19
28
pylint (2.1.1 -> 2.2).
Original file line number Diff line number Diff line change 13
13
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
15
long_description = LONG_DESCRIPTION ,
16
- version = '2.0.4 ' ,
16
+ version = '2.0.5 ' ,
17
17
packages = find_packages (),
18
18
include_package_data = True ,
19
19
install_requires = [
You can’t perform that action at this time.
0 commit comments