Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 849e320

Browse files
committed
v0.13.0-rc7
fixes #76
1 parent b11d70d commit 849e320

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

‎dash_core_components/__init__.py‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
import sys as _sys
44
from .version import __version__
55

6+
npm_package_version = '0.13.0-rc7'
7+
68
_current_path = _os.path.dirname(_os.path.abspath(__file__))
79

810
_components = _dash.development.component_loader.load_components(
@@ -21,9 +23,9 @@
2123
{
2224
"relative_package_path": "bundle.js",
2325
"external_url": (
24-
"https://unpkg.com/dash-core-components@0.13.0-rc5"
26+
"https://unpkg.com/dash-core-components@{}"
2527
"/dash_core_components/bundle.js"
26-
),
28+
).format(npm_package_version),
2729
"namespace": "dash_core_components"
2830
}
2931
]
@@ -42,7 +44,7 @@
4244
"https://unpkg.com/react-virtualized@9.9.0/styles.css",
4345
"https://unpkg.com/react-virtualized-select@3.1.0/styles.css",
4446
"https://unpkg.com/rc-slider@6.1.2/assets/index.css",
45-
"https://unpkg.com/dash-core-components@{}/dash_core_components/react-dates@12.3.0.css".format(__version__)
47+
"https://unpkg.com/dash-core-components@{}/dash_core_components/react-dates@12.3.0.css".format(npm_package_version)
4648
],
4749
"namespace": "dash_core_components"
4850
}

‎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.0rc5'
1+
__version__ = '0.13.0rc7'

‎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-rc5",
3+
"version": "0.13.0-rc7",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /