Skip to content

Commit

Permalink
Changelog for v2.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 7, 2019
1 parent 17c8b6d commit 67be18d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Changelog
=========


Version 2.0.10 (07 July 2019), Novi sad etition
-----------------------------------------------

- Suppress ``no-member`` for ``ManyToManyField``. Fix
`#192 <https://github.com/PyCQA/pylint-django/issues/192>`_ and
`#237 <https://github.com/PyCQA/pylint-django/issues/237>`_ (Pierre Chiquet)
"remove" and "set" methods were missing on RelatedManager

- Fix ``UnboundLocalError`` with ``ForeignKey(to=)``. Fix
`#232 <https://github.com/PyCQA/pylint-django/issues/232>`_ (Sardorbek Imomaliev)


Version 2.0.9 (26 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.9',
version='2.0.10',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 67be18d

Please sign in to comment.