Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
New release 0.4.0
  • Loading branch information
owais committed Oct 26, 2016
commit ad2e542144408fee17e28b925963a3f859a7d2c4
2 changes: 1 addition & 1 deletion webpack_loader/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__author__ = 'Owais Lone'
__version__ = '0.3.3'
__version__ = '0.4.0'

default_app_config = 'webpack_loader.apps.WebpackLoaderConfig'