Skip to content

Commit ad14b6e

Browse files
committed
Changelog for version 2.0.8
1 parent 4547c0a commit ad14b6e

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.8 (18 April 2019)
5+
-----------------------------
6+
7+
- Support recursive (self) ForeignKey relations. Fix
8+
`#208 <https://github.com/PyCQA/pylint-django/issues/208>`_ (Daniil Kharkov)
9+
10+
411
Version 2.0.7 (16 April 2019)
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.7',
16+
version='2.0.8',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)