Skip to content

Commit da8c36c

Browse files
Merge pull request #68 from delsim/point_release
v 0.9.2
2 parents 008cee1 + 9cbcd6b commit da8c36c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

django_plotly_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
SOFTWARE.
2727
'''
2828

29-
__version__ = "0.9.0"
29+
__version__ = "0.9.2"
3030

3131
from .dash_wrapper import DjangoDash

django_plotly_dash/access.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
SOFTWARE.
2323
'''
2424

25+
import importlib
2526
from django.conf import settings
2627

2728
from django.contrib.auth.decorators import login_required as login_required_decorator

0 commit comments

Comments
 (0)