Skip to content

Commit 7d23031

Browse files
authored
[prerelease] bump version 1.18.0 (#1483)
1 parent facb644 commit 7d23031

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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

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.13.0
66
dash-html-components==1.1.1
7-
dash-table==4.11.0
7+
dash-table>=4.11.0
88
future

0 commit comments

Comments
 (0)