From 4c906d7a0937ae1c57ae5ececb25bd07dee5cc7f Mon Sep 17 00:00:00 2001 From: Mark Gibbs Date: Sun, 13 Jan 2019 00:34:12 -0800 Subject: [PATCH 1/2] Remove demo reference --- django_plotly_dash/finders.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/django_plotly_dash/finders.py b/django_plotly_dash/finders.py index 2c23a911..a9e0a174 100644 --- a/django_plotly_dash/finders.py +++ b/django_plotly_dash/finders.py @@ -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' From c1cfc5dbdc2d28a6b5c01fe09a09ddb622486914 Mon Sep 17 00:00:00 2001 From: Mark Gibbs Date: Sun, 13 Jan 2019 00:37:04 -0800 Subject: [PATCH 2/2] Move patch prerelease number to 0.9.7 --- django_plotly_dash/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_plotly_dash/version.py b/django_plotly_dash/version.py index 4e925193..cca40c2c 100644 --- a/django_plotly_dash/version.py +++ b/django_plotly_dash/version.py @@ -4,4 +4,4 @@ This addresses issue #81 ''' -__version__ = "0.9.6" +__version__ = "0.9.7"