Skip to content

Commit

Permalink
Remove demo app reference from finder.py (#108)
Browse files Browse the repository at this point in the history
* Remove demo reference

* Move patch prerelease number to 0.9.7
  • Loading branch information
delsim authored and GibbsConsulting committed Jan 14, 2019
1 parent 0abb0d6 commit db33f68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions django_plotly_dash/finders.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,6 @@ def __init__(self):

# Get all registered apps

import demo.plotly_apps
import demo.dash_apps

self.apps = all_apps()

self.subdir = 'assets'
Expand Down
2 changes: 1 addition & 1 deletion django_plotly_dash/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
This addresses issue #81
'''

__version__ = "0.9.6"
__version__ = "0.9.7"

0 comments on commit db33f68

Please sign in to comment.