We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1d92c commit 740091cCopy full SHA for 740091c
webpack_loader/__init__.py
@@ -1,7 +1,7 @@
1
-__author__ = 'Owais Lone'
2
-__version__ = '1.4.1'
+__author__ = "Owais Lone"
+__version__ = "1.5.0"
3
4
import django
5
6
if django.VERSION < (3, 2): # pragma: no cover
7
- default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'
+ default_app_config = "webpack_loader.apps.WebpackLoaderConfig"
0 commit comments