Skip to content

Commit 2d0891e

Browse files
committed
Fix CHANGELOG entry. Remove unneeded blank lines from the README and CHANGELOG.
1 parent 8708d90 commit 2d0891e

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
7070

7171
## [1.9.1] - 2020-02-27
7272
### Added
73-
- [#1133](github.com/plotly/dash/pull/1133) Allow the `compress` config variable to be set with an environment variable with DASH_COMPRESS=FALSE
73+
- [#1133](https://github.com/plotly/dash/pull/1133) Allow the `compress` config variable to be set with an environment variable with DASH_COMPRESS=FALSE
7474

7575
## [1.9.0] - 2020-02-04
7676
### Fixed
@@ -505,7 +505,6 @@ clientside JavaScript callbacks via inline strings.
505505
- `requests_pathname_prefix` must end with `routes_pathname_prefix`. If you supplied both `requests` and `routes` pathname before this update, make sure `requests_pathname_prefix` ends with the same value as `routes_pathname_prefix`.
506506
- `url_base_pathname` sets both `requests/routes` pathname, cannot supply it with either `requests` or `routes` pathname prefixes.
507507

508-
509508
## 0.24.2 - 2018-08-13
510509
### Fixed
511510
- [#320](https://github.com/plotly/dash/pull/320) Disallow duplicate component ids in the initial layout.
@@ -519,7 +518,6 @@ clientside JavaScript callbacks via inline strings.
519518
### Added
520519
- [#319](https://github.com/plotly/dash/pull/309) Add a modified time query string to assets included in the index in order to bust the cache.
521520

522-
523521
## 0.23.1 - 2018-08-02
524522
### Added
525523
- [#316](https://github.com/plotly/dash/pull/316) Add `ie-compat` meta tag to the index by default.
@@ -617,7 +615,6 @@ app = dash.Dash(...)
617615
- 🔧 Add two new `config` variables: `routes_pathname_prefix` and `requests_pathname_prefix` to provide more flexibility for API routing when Dash apps are run behind proxy servers. `routes_pathname_prefix` is a prefix applied to the backend routes and `requests_pathname_prefix` prefixed in requests made by Dash's front-end. `dash-renderer==0.8.0rc3` uses these endpoints.
618616
- [#112](https://github.com/plotly/dash/pull/112) 🔧 Add `id` to `KeyError` exceptions in components.
619617

620-
621618
### Fixed
622619
- ✏️ Fix a typo in an exception.
623620
- 🔧 Replaced all illegal characters in environment variables.

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
[![LGTM Alerts](https://img.shields.io/lgtm/alerts/g/plotly/dash.svg)](https://lgtm.com/projects/g/plotly/dash/alerts)
99
[![LGTM Grade](https://img.shields.io/lgtm/grade/python/g/plotly/dash.svg)](https://lgtm.com/projects/g/plotly/dash/context:python)
1010

11-
1211
#### *Dash is a Python framework for building analytical web applications. No JavaScript required*.
1312

1413
Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dropdowns, sliders, and graphs directly to your analytical Python code. Read our tutorial proudly crafted ❤️ by Dash itself.
@@ -19,7 +18,6 @@ Built on top of Plotly.js, React and Flask, Dash ties modern UI elements like dr
1918

2019
- [Dash Docs on Heroku](http://dash-docs.herokuapp.com/) (for corporate network that cannot access plotly.com)
2120

22-
2321
### App Samples
2422

2523
| App | Description |
@@ -42,4 +40,3 @@ For companies with software budgets, Plotly offers
4240
See [https://plotly.com/dash/support](https://plotly.com/dash/support) for ways to get in touch.
4341

4442
![image](https://user-images.githubusercontent.com/1280389/30084008-9fbc68fc-925e-11e7-891c-18a9b8f6ac6b.png)
45-

0 commit comments

Comments
 (0)