Skip to content

Commit 4f37bf3

Browse files
committed
Changelog for v2.0.15
1 parent 7cfd7bf commit 4f37bf3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

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

4+
Version 2.0.15 (14 Apr 2020)
5+
----------------------------
6+
7+
- Do not report error for ``gettext_lazy`` (Antonin MOREL)
8+
9+
410
Version 2.0.14 (25 Feb 2020)
511
----------------------------
612

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

0 commit comments

Comments
 (0)