Skip to content

Commit

Permalink
- loosen dash version requirements
Browse files Browse the repository at this point in the history
- update dash & dash-renderer versions
  • Loading branch information
Marc-André Rivet committed Jan 14, 2020
1 parent f1fd2f0 commit a9db3a0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
All notable changes to `dash` will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

## [1.8.0] - 2020-01-14
### Added
- [#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`.
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.
Expand Down
2 changes: 1 addition & 1 deletion dash-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-renderer",
"version": "1.2.2",
"version": "1.2.3",
"description": "render dash components in react",
"main": "dash_renderer/dash_renderer.min.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion dash/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.7.0'
__version__ = '1.8.0'
6 changes: 3 additions & 3 deletions requires-install.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flask>=1.0.2
flask-compress
plotly
dash_renderer==1.2.2
dash-core-components==1.6.0
dash_renderer>=1.2.2
dash-core-components>=1.6.0
dash-html-components==1.0.2
dash-table==4.5.1
dash-table>=4.5.1
future

0 comments on commit a9db3a0

Please sign in to comment.