Skip to content

Commit 00b60d8

Browse files
Merge pull request #30 from delsim/assets_060
Prerelease 0.6.0
2 parents c2bdc18 + 78f6ebb commit 00b60d8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

django_plotly_dash/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
SOFTWARE.
2727
'''
2828

29-
__version__ = "0.5.2"
29+
__version__ = "0.6.0"
3030

3131
from .dash_wrapper import DjangoDash

frozen_dev.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ constantly==15.1.0
1818
coverage==4.5.1
1919
daphne==2.2.0
2020
dash==0.21.1
21-
dash-core-components==0.22.1
22-
dash-html-components==0.10.1
21+
dash-core-components==0.24.1
22+
dash-html-components==0.11.0
2323
dash-renderer==0.12.1
2424
decorator==4.3.0
2525
Django==2.0.5
2626
django-bootstrap4==0.0.6
27-
-e git+https://github.com/delsim/django-plotly-dash.git@348c9f646118453dc1c25ebbe4c3333de459d996#egg=django_plotly_dash
27+
-e git+https://github.com/delsim/django-plotly-dash.git@c2bdc189cb4c63c16374446f7aadeb79b1521a67#egg=django_plotly_dash
2828
django-redis==4.9.0
2929
docopt==0.6.2
3030
docutils==0.14
31-
-e git+https://github.com/delsim/dpd-components.git@29e69181607613368f08e5367bd226170d44a184#egg=dpd_components
31+
-e git+https://delsim@github.com/delsim/dpd-components.git@57c261067c34d1d033c96a239384ae30b181ceeb#egg=dpd_components
3232
Flask==1.0.2
3333
Flask-Compress==1.4.0
3434
graphviz==0.8.3

0 commit comments

Comments
 (0)