Skip to content

Commit fb32e76

Browse files
rvlbfjsj
authored andcommitted
Update to 1.8.0
1 parent 292c276 commit fb32e76

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ 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.8.0] -- 2022-12-09
9+
- Add compatibility for Django 4.1 and Python 3.10
10+
811
## [1.7.0] -- 2022-11-14
912
- Bump django to 3.2.15
1013

Diff for: tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"react": "^16.0.0",
1616
"webpack": "^4.0.0",
1717
"compression-webpack-plugin": "^6.1.1",
18-
"webpack-bundle-tracker": "1.7.0",
18+
"webpack-bundle-tracker": "1.8.0",
1919
"webpack-cli": "^3.3.10",
2020
"webpack-dev-server": "^3.0.0"
2121
}

Diff for: webpack_loader/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Owais Lone'
2-
__version__ = '1.7.0'
2+
__version__ = '1.8.0'
33

44
import django
55

0 commit comments

Comments
 (0)