Skip to content

Commit fd2f353

Browse files
committed
v0.20.0
1 parent a79e7b2 commit fd2f353

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 0.20.0 - 2017-01-19
2+
## Added
3+
- `exceptions.PreventUpdate` can be raised inside a callback to elegantly prevent
4+
the callback from updating the app. See https://community.plot.ly/t/improving-handling-of-aborted-callbacks/7536/2 for context
5+
and #190 for the PR.
6+
7+
## Changed
8+
- Many pylint style fixes.
9+
See #163, #164, #165, #166, #167, #168, #169, #172, #173, #181, #185, #186, #193
10+
- New integration test framework #184
11+
- Submodules are now imported into the `dash` namespace for better IDE completion #174
12+
113
# 0.19.0 - 2017-10-16
214
## Changed
315
- 🔒 CSRF protection measures were removed as CSRF style attacks are not relevant

dash/version.py

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

0 commit comments

Comments
 (0)