Skip to content

Commit

Permalink
- bump version
Browse files Browse the repository at this point in the history
- update changelog with new dash-* versions
- update setup.py with new dash-* versions
  • Loading branch information
Marc-André Rivet committed Feb 11, 2019
1 parent 5ffb9de commit f52de16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
## UNRELEASED
## [0.37.0] - 2019-02-11
## Fixed
- Fixed collections.abc deprecation warning for python 3.8 [#563](https://github.com/plotly/dash/pull/563)

## Changed
- Added core libraries as version locked dependencies [#565](https://github.com/plotly/dash/pull/565)
- Bumped dash-table version from 3.3.0 to [3.4.0](https://github.com/plotly/dash-table/blob/master/CHANGELOG.md#340---2019-02-08)
- Bumped dash-renderer version from 0.17.0 to [0.18.0](https://github.com/plotly/dash-renderer/blob/master/CHANGELOG.md#0180---2019-02-11)
- Bumped dash-core-components version from 0.43.0 to [0.43.1](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#0431---2019-02-11)

## [0.36.0] - 2019-01-25
## Removed
Expand Down
2 changes: 1 addition & 1 deletion dash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.36.0'
__version__ = '0.37.0'
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
'Flask>=0.12',
'flask-compress',
'plotly',
'dash_renderer==0.17.0',
'dash-core-components==0.43.0',
'dash_renderer==0.18.0',
'dash-core-components==0.43.1',
'dash-html-components==0.13.5',
'dash-table==3.3.0'
'dash-table==3.4.0'
],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit f52de16

Please sign in to comment.