We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cb63d commit a3c6cebCopy full SHA for a3c6ceb
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
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
10
Version 2.0.2 (26 Aug 2018)
11
---------------------------
12
setup.py
@@ -13,7 +13,7 @@
13
author_email='[email protected]',
14
description='A Pylint plugin to help Pylint understand the Django web framework',
15
long_description=LONG_DESCRIPTION,
16
- version='2.0.2',
+ version='2.0.3',
17
packages=find_packages(),
18
include_package_data=True,
19
install_requires=[
0 commit comments