Skip to content

Commit 5ca2c5c

Browse files
committed
Changelog for v2.0.11
1 parent 3e4fc69 commit 5ca2c5c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.rst

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

4+
Version 2.0.11 (10 July 2019)
5+
-----------------------------
6+
7+
- Use ``functools.wrap`` to preserve ``leave_module`` info (Mohit Solanki)
8+
49

510
Version 2.0.10 (07 July 2019), Novi Sad etition
611
-----------------------------------------------

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.10',
16+
version='2.0.11',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)