Skip to content

Commit 740091c

Browse files
committed
Bump version to 1.5.0
Signed-off-by: Carlos Coelho <[email protected]>
1 parent 2c1d92c commit 740091c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

webpack_loader/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
__author__ = 'Owais Lone'
2-
__version__ = '1.4.1'
1+
__author__ = "Owais Lone"
2+
__version__ = "1.5.0"
33

44
import django
55

66
if django.VERSION < (3, 2): # pragma: no cover
7-
default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'
7+
default_app_config = "webpack_loader.apps.WebpackLoaderConfig"

0 commit comments

Comments
 (0)