Skip to content

Commit 951c890

Browse files
authored
Merge pull request #451 from plotly/extract-meta
Combine extract-meta and component generation in a cli.
2 parents dcd0f41 + a492448 commit 951c890

13 files changed

+860
-647
lines changed

.pylintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,9 @@ disable=fixme,
5858
missing-docstring,
5959
invalid-name,
6060
too-many-lines,
61-
old-style-class
61+
old-style-class,
62+
superfluous-parens
63+
6264
# Enable the message, report, category or checker with the given id(s). You can
6365
# either give multiple identifier separated by comma (,) or put this option
6466
# multiple time (only on the command line, not in the configuration file where

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.31.0 - 2018-11-26
2+
## Added
3+
- Combined `extract-meta` and python component files generation in a cli [#451](https://github.com/plotly/dash/pull/451)
4+
15
## 0.30.0 - 2018-11-14
26
## Added
37
- Hot reload from the browser [#362](https://github.com/plotly/dash/pull/362)

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
include README.md
22
include LICENSE
33
include dash/favicon.ico
4+
include dash/extract-meta.js

0 commit comments

Comments
 (0)