Skip to content

Commit bf03283

Browse files
committed
Release 1.4.1
1 parent 7be24f3 commit bf03283

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ For more general information, view the [readme](README.md).
55
Releases are added to the
66
[github release page](https://github.com/ezhome/django-webpack-loader/releases).
77

8+
## [1.4.1] -- 2021-10-04
9+
10+
- Fixes #300, failsafe request checking #301
11+
812
## [1.4.0] -- 2021-09-24
913

1014
- Bump django from 3.2.4 to 3.2.5 #299

webpack_loader/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Owais Lone'
2-
__version__ = '1.4.0'
2+
__version__ = '1.4.1'
33

44
import django
55

0 commit comments

Comments
 (0)