Skip to content

Commit a3c6ceb

Browse files
author
carlio
committed
Bumping version and adding new changelog
1 parent 30cb63d commit a3c6ceb

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

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+
410
Version 2.0.2 (26 Aug 2018)
511
---------------------------
612

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

0 commit comments

Comments
 (0)