Skip to content

Commit 9774281

Browse files
author
Marc-André Rivet
committed
bump version to 1.0.2
1 parent 218bb79 commit 9774281

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: dash/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## Unreleased
1+
## [1.0.2] - 2019-07-15
22
### Fixed
33
- [#821](https://github.com/plotly/dash/pull/821) Fix a bug with callback error reporting, [#791](https://github.com/plotly/dash/issues/791).
44

5+
### Changed
6+
- Bumped dash-table version from 4.0.1 to [4.0.2](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#402---2019-07-15)
7+
58
## [1.0.1] - 2019-07-09
69
### Changed
710
- 💥 [#808](https://github.com/plotly/dash/pull/808) Remove strong `dash.testing` dependencies per community feedbacks.

Diff for: dash/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.1'
1+
__version__ = '1.0.2'

Diff for: requires-install.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ plotly
55
dash_renderer==1.0.0
66
dash-core-components==1.0.0
77
dash-html-components==1.0.0
8-
dash-table>=4.0.1
8+
dash-table==4.0.2

0 commit comments

Comments
 (0)