Skip to content

Commit

Permalink
Changelog for v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Jul 12, 2020
1 parent 58adf30 commit 6df2eeb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Changelog
=========

Version 2.1.0 (12 Jul 2020)
---------------------------

- New checker to warn about missing backwards data migrations (Bryan Mutai)
- Rename ``pylint_django.checkers.db_performance`` to
``pylint_django.checkers.migrations``
- Add URL to project Changelog for PyPI (Ville Skyttä)
- Fix failing test suite b/c of missing CSV dialect. Fix
`#268 <https://github.com/PyCQA/pylint-django/issues/268>`_
(Alejandro Angulo)


Version 2.0.15 (14 Apr 2020)
----------------------------

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='code@landscape.io',
description='A Pylint plugin to help Pylint understand the Django web framework',
long_description=LONG_DESCRIPTION,
version='2.0.15',
version='2.1.0',
packages=find_packages(),
include_package_data=True,
install_requires=[
Expand Down

0 comments on commit 6df2eeb

Please sign in to comment.