Skip to content

Commit 66a0fd3

Browse files
delsimGibbsConsulting
authored andcommitted
Bump pre-release version (#3)
* Initial files * Added demo app * First working demo example. Need to relocate demo template * Fix up requirements.txt file. Removal of spurious entry * Update setup and related scripts * Rename template tag * Relocate demo template inside demo, not app * Adding skeleton for documentation * Raw documentation files * Remove Django from requirements, to enable RTD to build using python2.7
1 parent f2ca319 commit 66a0fd3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

django_plotly_dash/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22

3-
__version__ = "0.0.1"
3+
__version__ = "0.0.2"
44

55
from .dash_wrapper import DelayedDash
66

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ dash==0.21.1
22
dash-core-components==0.22.1
33
dash-html-components==0.10.1
44
dash-renderer==0.12.1
5-
Django==2.0.5
65
plotly==2.5.1

0 commit comments

Comments
 (0)