Skip to content

Commit

Permalink
Release 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlb committed Oct 4, 2021
1 parent 7be24f3 commit bf03283
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ For more general information, view the [readme](README.md).
Releases are added to the
[github release page](https://github.com/ezhome/django-webpack-loader/releases).

## [1.4.1] -- 2021-10-04

- Fixes #300, failsafe request checking #301

## [1.4.0] -- 2021-09-24

- Bump django from 3.2.4 to 3.2.5 #299
Expand Down
2 changes: 1 addition & 1 deletion webpack_loader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
__author__ = 'Owais Lone'
__version__ = '1.4.0'
__version__ = '1.4.1'

import django

Expand Down

0 comments on commit bf03283

Please sign in to comment.