Skip to content

Commit 7b5d802

Browse files
carlioatodorov
authored andcommitted
[refs #304] Adding changelog update and version bump for hotfix release
1 parent 3c03d97 commit 7b5d802

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.rst

+6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
=========
33

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+
410
Version 2.4.1 (07 Jan 2021)
511
---------------------------
612

setup.py

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

0 commit comments

Comments
 (0)