File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 2.0.3 (26 Nov 2018)
5
+ ---------------------------
6
+
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> `
9
+
4
10
Version 2.0.2 (26 Aug 2018)
5
11
---------------------------
6
12
Original file line number Diff line number Diff line change 13
13
author_email = 'code@landscape.io' ,
14
14
description = 'A Pylint plugin to help Pylint understand the Django web framework' ,
15
15
long_description = LONG_DESCRIPTION ,
16
- version = '2.0.2 ' ,
16
+ version = '2.0.3 ' ,
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