Skip to content

Commit f776fa0

Browse files
authored
dash 1.18.0 dev to master (#1485)
1 parent 78b9832 commit f776fa0

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5+
## [1.18.0] - 2020-12-07
6+
57
## [1.17.0] - 2020-10-29
68
### Changed
79
- [#1442](https://github.com/plotly/dash/pull/1442) Update from React 16.13.0 to 16.14.0

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dr
1414

1515
- [User Guide](https://dash.plotly.com/getting-started)
1616

17-
- [Offline (PDF) Documentation](https://github.com/plotly/dash-docs/blob/master/pdf-docs/Dash_User_Guide_and_Documentation.pdf)
18-
1917
- [Dash Docs on Heroku](https://dash-docs.herokuapp.com/) (for corporate network that cannot access plotly.com)
2018

2119
- [Open-Source App Gallery](https://dash-gallery.plotly.host/Portal/) With sample code and templates!

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.17.0"
1+
__version__ = "1.18.0"

requires-install.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask>=1.0.2
22
flask-compress
33
plotly
44
dash_renderer==1.8.3
5-
dash-core-components==1.13.0
5+
dash-core-components==1.14.0
66
dash-html-components==1.1.1
7-
dash-table==4.11.0
7+
dash-table==4.11.1
88
future

requires-testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytest==4.6.9;python_version=="2.7"
33
pytest-sugar==0.9.4
44
pytest-mock==3.2.0;python_version>="3.0"
55
pytest-mock==2.0.0;python_version=="2.7"
6-
lxml==4.5.0
6+
lxml==4.6.1
77
selenium==3.141.0
88
percy==2.0.2
99
cryptography==3.0

0 commit comments

Comments
 (0)