Skip to content

Commit 5ad2ade

Browse files
author
Marc-André Rivet
committed
bump dash version to v1.2.0
1 parent 510921d commit 5ad2ade

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

dash/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
1-
## [UNRELEASED]
1+
## [1.2.0] - 2019-08-27
22
### Added
33
- [#860](https://github.com/plotly/dash/pull/860) Adds a new arg `dev_tools_prune_errors` to `app.run_server` and `app.enable_dev_tools`. Default `True`, tracebacks only include user code and below. Set it to `False` for the previous behavior showing all the Dash and Flask parts of the stack.
44

5+
### Changed
6+
- Bumped dash-table version from 4.1.0 to [4.2.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#420---2019-08-27)
7+
- Bumped dash-core-components version from 1.1.1 to [1.1.2](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#112---2019-08-27)
8+
- Bumped dash-html-components version from 1.0.0 to [1.0.1](https://github.com/plotly/dash-html-components/blob/master/CHANGELOG.md#101---2019-08-27)
9+
- Bumped dash-renderer version from 1.0.0 to [1.0.1](https://github.com/plotly/dash/blob/dev/dash-renderer/CHANGELOG.md#101---2019-08-27)
10+
511
## [1.1.1] - 2019-08-06
612
### Changed
713
- Bumped dash-core-components version from 1.1.0 to [1.1.1](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#111---2019-08-06)

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.1.1'
1+
__version__ = '1.2.0'

requires-install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Flask>=1.0.2
22
flask-compress
33
plotly
4-
dash_renderer>=1.0.0
5-
dash-core-components>=1.1.1
6-
dash-html-components>=1.0.0
7-
dash-table>=4.1.0
4+
dash_renderer==1.0.1
5+
dash-core-components==1.1.2
6+
dash-html-components==1.0.1
7+
dash-table==4.2.0
88
future

0 commit comments

Comments
 (0)