Skip to content

Commit a9db3a0

Browse files
author
Marc-André Rivet
committed
- loosen dash version requirements
- update dash & dash-renderer versions
1 parent f1fd2f0 commit a9db3a0

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## Unreleased
6-
5+
## [1.8.0] - 2020-01-14
76
### Added
87
- [#1073](https://github.com/plotly/dash/pull/1073) Two new functions to simplify usage handling URLs and pathnames: `app.get_relative_path` & `app.trim_relative_path`.
98
These functions are particularly useful for apps deployed on Dash Enterprise where the apps served under a URL prefix (the app name) which is unlike apps served on localhost:8050.

dash-renderer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-renderer",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "render dash components in react",
55
"main": "dash_renderer/dash_renderer.min.js",
66
"scripts": {

dash/version.py

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

requires-install.txt

Lines changed: 3 additions & 3 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.2.2
5-
dash-core-components==1.6.0
4+
dash_renderer>=1.2.2
5+
dash-core-components>=1.6.0
66
dash-html-components==1.0.2
7-
dash-table==4.5.1
7+
dash-table>=4.5.1
88
future

0 commit comments

Comments
 (0)