Skip to content

Commit c475b9d

Browse files
committed
Changelog for version 2.0.2
1 parent e2d8ca9 commit c475b9d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.rst

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

4+
Version 2.0.2 (26 Aug 2018)
5+
---------------------------
6+
7+
- Suppress false-positive no-self-argument in factory.post_generation. Fix
8+
`#190 <https://github.com/PyCQA/pylint-django/issues/190>`_ (Federico Bond)
9+
10+
411
Version 2.0.1 (20 Aug 2018)
512
---------------------------
613

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='[email protected]',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
1515
long_description=LONG_DESCRIPTION,
16-
version='2.0.1',
16+
version='2.0.2',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)