Skip to content

Commit

Permalink
Changelog for v2.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Nov 23, 2019
1 parent c5aa141 commit 950fdf2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

Version 2.0.13 (23 Nov 2019), HackBulgaria edition
--------------------------------------------------

- Suppress ``too-many-ancestors`` for class-based generic views
- Add ``handler400``, ``handler403``, ``handler404`` to good_names. Fix
`#248 <https://github.com/PyCQA/pylint-django/issues/248>`_


Version 2.0.12 (04 Nov 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.12',
version='2.0.13',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 950fdf2

Please sign in to comment.