Skip to content

Commit

Permalink
dash 1.18.0 dev to master (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
harryturr authored Dec 7, 2020
1 parent 78b9832 commit f776fa0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
All notable changes to `dash` will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

## [1.18.0] - 2020-12-07

## [1.17.0] - 2020-10-29
### Changed
- [#1442](https://github.com/plotly/dash/pull/1442) Update from React 16.13.0 to 16.14.0
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dr

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

- [Offline (PDF) Documentation](https://github.com/plotly/dash-docs/blob/master/pdf-docs/Dash_User_Guide_and_Documentation.pdf)

- [Dash Docs on Heroku](https://dash-docs.herokuapp.com/) (for corporate network that cannot access plotly.com)

- [Open-Source App Gallery](https://dash-gallery.plotly.host/Portal/) With sample code and templates!
Expand Down
2 changes: 1 addition & 1 deletion dash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.17.0"
__version__ = "1.18.0"
4 changes: 2 additions & 2 deletions requires-install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Flask>=1.0.2
flask-compress
plotly
dash_renderer==1.8.3
dash-core-components==1.13.0
dash-core-components==1.14.0
dash-html-components==1.1.1
dash-table==4.11.0
dash-table==4.11.1
future
2 changes: 1 addition & 1 deletion requires-testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pytest==4.6.9;python_version=="2.7"
pytest-sugar==0.9.4
pytest-mock==3.2.0;python_version>="3.0"
pytest-mock==2.0.0;python_version=="2.7"
lxml==4.5.0
lxml==4.6.1
selenium==3.141.0
percy==2.0.2
cryptography==3.0
Expand Down

0 comments on commit f776fa0

Please sign in to comment.