Skip to content

Commit 950fdf2

Browse files
committed
Changelog for v2.0.13
1 parent c5aa141 commit 950fdf2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Changelog
22
=========
33

4+
Version 2.0.13 (23 Nov 2019), HackBulgaria edition
5+
--------------------------------------------------
6+
7+
- Suppress ``too-many-ancestors`` for class-based generic views
8+
- Add ``handler400``, ``handler403``, ``handler404`` to good_names. Fix
9+
`#248 <https://github.com/PyCQA/pylint-django/issues/248>`_
10+
11+
412
Version 2.0.12 (04 Nov 2019)
513
----------------------------
614

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
author_email='code@landscape.io',
1414
description='A Pylint plugin to help Pylint understand the Django web framework',
1515
long_description=LONG_DESCRIPTION,
16-
version='2.0.12',
16+
version='2.0.13',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)