Skip to content

Commit 2579c26

Browse files
Merge pull request #457 from plotly/1.0.0-release
Dash 1.0 - Update version to 1.0.0a1
2 parents 50c6c41 + 51838f9 commit 2579c26

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [1.0.0a1] - 2018-12-17
2+
### Changed
3+
- Initial Dash 1.0 alpha release [#3](https://github.com/plotly/dash-core/issues/3)
4+
15
## 0.33.0 - 2018-12-10
26
## Added
37
- Added specific Dash exception types to replace generic exceptions (InvalidIndexException, DependencyException, ResourceException) [#487](https://github.com/plotly/dash/pull/487)

dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.33.0'
1+
__version__ = '1.0.0a1'

0 commit comments

Comments
 (0)