We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c03d97 commit 7b5d802Copy full SHA for 7b5d802
CHANGELOG.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+Version 2.4.2 (08 Jan 2021)
5
+---------------------------
6
+
7
+- Moved `Faker` dependencies to test-only `#304 <https://github.com/PyCQA/pylint-django/issues/304>`_
8
9
10
Version 2.4.1 (07 Jan 2021)
11
---------------------------
12
setup.py
@@ -13,7 +13,7 @@
13
author_email='code@landscape.io',
14
description='A Pylint plugin to help Pylint understand the Django web framework',
15
long_description=LONG_DESCRIPTION,
16
- version='2.4.1',
+ version='2.4.2',
17
packages=find_packages(),
18
include_package_data=True,
19
install_requires=[
0 commit comments