Skip to content

Commit 6df2eeb

Browse files
committed
Changelog for v2.1.0
1 parent 58adf30 commit 6df2eeb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.rst

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

4+
Version 2.1.0 (12 Jul 2020)
5+
---------------------------
6+
7+
- New checker to warn about missing backwards data migrations (Bryan Mutai)
8+
- Rename ``pylint_django.checkers.db_performance`` to
9+
``pylint_django.checkers.migrations``
10+
- Add URL to project Changelog for PyPI (Ville Skyttä)
11+
- Fix failing test suite b/c of missing CSV dialect. Fix
12+
`#268 <https://github.com/PyCQA/pylint-django/issues/268>`_
13+
(Alejandro Angulo)
14+
15+
416
Version 2.0.15 (14 Apr 2020)
517
----------------------------
618

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

0 commit comments

Comments
 (0)