Skip to content

Commit 3e4e083

Browse files
committed
Changelog for v2.4.1
1 parent 4c0dd22 commit 3e4e083

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.1 (07 Jan 2021)
5+
---------------------------
6+
7+
- Relaxed Faker package versioning requirement for ``Faker`` (Robin Chow)
8+
9+
410
Version 2.4.0 (06 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.0',
16+
version='2.4.1',
1717
packages=find_packages(),
1818
include_package_data=True,
1919
install_requires=[

0 commit comments

Comments
 (0)