Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 7ada1d4

Browse files
committed
v0.13.0rc8
1 parent 7699e73 commit 7ada1d4

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [0.13.0rc8] - 2017-09-13
6+
### :sparkles: Added
7+
- `Tabs` component
8+
- Included fixes from 0.12.7
9+
510
## [0.13.0rc3] - 2017-09-13
611
### :sparkles: Added
712
- `Upload` component: Set `content` as a base64 encoded `DataURL` string.

dash_core_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import sys as _sys
44
from .version import __version__
55

6-
npm_package_version = '0.13.0-rc7'
6+
npm_package_version = '0.13.0-rc8'
77

88
_current_path = _os.path.dirname(_os.path.abspath(__file__))
99

dash_core_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.13.0rc7'
1+
__version__ = '0.13.0rc8'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "0.13.0-rc7",
3+
"version": "0.13.0-rc8",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)