Skip to content

Commit bb0153b

Browse files
committed
Changelog and bump to version 2.0.5
1 parent 1ec3fd3 commit bb0153b

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

CHANGELOG.rst

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

4-
Version 2.0.4 (17 Dec 2018)
4+
Version 2.0.5 (17 Dec 2018)
55
---------------------------
66

7+
Bumping the version number because there's been a mix-up between
8+
GitHub tags and the versions pushed to PyPI for 2.0.3 and 2.0.4.
9+
10+
Please use 2.0.5 which includes the changes mentioned below!
11+
12+
13+
Version 2.0.4 (do not use)
14+
--------------------------
15+
716
- Avoid traceback with concurrent execution. Fix
817
`#197 <https://github.com/PyCQA/pylint-django/issues/197>`_
918
- Suppress ``no-member`` errors for ``LazyFunction`` in factories
@@ -12,8 +21,8 @@ Version 2.0.4 (17 Dec 2018)
1221
`PR #207 <http://github.com/PyCQA/pylint-django/pull/207>`_
1322

1423

15-
Version 2.0.3 (26 Nov 2018)
16-
---------------------------
24+
Version 2.0.3 (do not use)
25+
--------------------------
1726

1827
- Fixing compatability between ranges of astroid (2.0.4 -> 2.1) and
1928
pylint (2.1.1 -> 2.2).

setup.py

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

0 commit comments

Comments
 (0)