diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17b7a353..b9db1b4f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,6 +1,19 @@ Changelog ========= + +Version 2.0.10 (07 July 2019), Novi sad etition +----------------------------------------------- + +- Suppress ``no-member`` for ``ManyToManyField``. Fix + `#192 `_ and + `#237 `_ (Pierre Chiquet) + "remove" and "set" methods were missing on RelatedManager + +- Fix ``UnboundLocalError`` with ``ForeignKey(to=)``. Fix + `#232 `_ (Sardorbek Imomaliev) + + Version 2.0.9 (26 April 2019) ----------------------------- diff --git a/setup.py b/setup.py index 97eb68ff..faa78e72 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ author_email='code@landscape.io', 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=[