Skip to content

Commit 16e74e3

Browse files
author
Marc-André Rivet
committed
bump version to 0.43.0
1 parent 87c9354 commit 16e74e3

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
## [0.42.0] - 2019-04-25
1+
## [0.43.0] - 2019-04-25
2+
### Changed
3+
- Bumped dash-core-components version from 0.47.0 to [0.48.0](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#0480---2019-05-15)
4+
- Bumped dash-renderer version from 0.23.0 to [0.24.0](https://github.com/plotly/dash-renderer/blob/master/CHANGELOG.md#0240---2019-05-15)
5+
- Bumped dash-table version from 3.6.0 to [3.7.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#370---2019-05-15)
26

7+
## [0.42.0] - 2019-04-25
38
### Added
49
- [#687](https://github.com/plotly/dash/pull/687) Dev Tools support. A new UI in the application that automatically display JavaScript & Python error messages, validates your component's properties, and displays a graph of your callback's dependencies. Only enabled in debug mode. Turn this on and off with two new config flags in `app.run_server`:
510
- `dev_tools_props_check` - turn on/off property validation.

dash/version.py

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

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
'Flask>=0.12',
2121
'flask-compress',
2222
'plotly',
23-
'dash_renderer>=0.23.0',
24-
'dash-core-components>=0.47.0',
25-
'dash-html-components>=0.16.0',
26-
'dash-table>=3.6.0'
23+
'dash_renderer==0.24.0',
24+
'dash-core-components==0.48.0',
25+
'dash-html-components==0.16.0',
26+
'dash-table==3.7.0'
2727
],
2828
entry_points={
2929
'console_scripts': [

0 commit comments

Comments
 (0)