File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- checkout
13
+
14
+ - run :
15
+ name : Write deps cache key
16
+ command : cat "$REQUIREMENTS_FILE" > reqs.txt
17
+
13
18
- restore_cache :
14
- key : deps1-{{ .Branch }}-{{ checksum "dev-requirements .txt" }}
19
+ key : deps1-{{ .Branch }}-{{ checksum "reqs .txt" }}
15
20
16
21
- run :
17
22
name : Install dependencies
22
27
pip install -r $REQUIREMENTS_FILE
23
28
24
29
- save_cache :
25
- key : deps1-{{ .Branch }}-{{ checksum "dev-requirements .txt" }}
30
+ key : deps1-{{ .Branch }}-{{ checksum "reqs .txt" }}
26
31
paths :
27
32
- " venv"
28
33
Original file line number Diff line number Diff line change
1
+ ## 0.25.1 - 2018-08-20
2
+ ## Fixed
3
+ - Ensure CSS/JS external resources are loaded before the assets. [ #335 ] ( https://github.com/plotly/dash/pull/335 )
4
+
1
5
## 0.25.0 - 2018-08-14
2
6
## Added
3
7
- Take configs values from init or environ variables (Prefixed with ` DASH_ ` ). [ #322 ] ( https://github.com/plotly/dash/pull/322 )
Original file line number Diff line number Diff line change 1
- __version__ = '0.25.0 '
1
+ __version__ = '0.25.1 '
Original file line number Diff line number Diff line change 1
- dash_core_components>=0.4.0
1
+ dash_core_components>=0.27.1
2
2
dash_html_components>=0.12.0rc3
3
3
dash_flow_example==0.0.3
4
4
dash-dangerously-set-inner-html
You can’t perform that action at this time.
0 commit comments