Skip to content

Commit

Permalink
Changelog for version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 18, 2019
1 parent 4547c0a commit ad14b6e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Changelog
=========

Version 2.0.8 (18 April 2019)
-----------------------------

- Support recursive (self) ForeignKey relations. Fix
`#208 <https://github.com/PyCQA/pylint-django/issues/208>`_ (Daniil Kharkov)


Version 2.0.7 (16 April 2019)
-----------------------------

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
author_email='[email protected]',
description='A Pylint plugin to help Pylint understand the Django web framework',
long_description=LONG_DESCRIPTION,
version='2.0.7',
version='2.0.8',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit ad14b6e

Please sign in to comment.