We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d9b68c commit e362444Copy full SHA for e362444
CHANGELOG.md
@@ -2,6 +2,8 @@
2
All notable changes to `dash` will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [1.13.3] - 2020-06-19
6
+
7
## [1.13.2] - 2020-06-18
8
### Fixed
9
- [#1305](https://github.com/plotly/dash/issues/1305)
dash/version.py
@@ -1 +1 @@
1
-__version__ = "1.13.2"
+__version__ = "1.13.3"
requires-install.txt
@@ -4,5 +4,5 @@ plotly
dash_renderer==1.5.0
dash-core-components==1.10.1
dash-html-components==1.0.3
-dash-table==4.8.0
+dash-table==4.8.1
future
0 commit comments