Skip to content

Commit b0fd605

Browse files
author
Marc-André Rivet
committed
bump version to 1.3.1
1 parent f676935 commit b0fd605

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

dash/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.3.1] - 2019-09-19
2+
### Changed
3+
- Bumped dash-core-components version from 1.2.0 to [1.2.1](https://github.com/plotly/dash-core-components/blob/master/CHANGELOG.md#120---2019-09-19)
4+
15
## [1.3.0] - 2019-09-17
26
### Added
37
- [#923](https://github.com/plotly/dash/pull/923) Adds one configuration `--percy-assets` in `pytest` to specify extra application assets path if needed

dash/version.py

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

requires-install.txt

Lines changed: 1 addition & 1 deletion
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.1.0
5-
dash-core-components>=1.2.0
5+
dash-core-components==1.2.1
66
dash-html-components==1.0.1
77
dash-table==4.3.0
88
future

0 commit comments

Comments
 (0)