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

Commit e3c3343

Browse files
Change version 1.0.0 => 0.39.0
1 parent 8eb773d commit e3c3343

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## [1.0.0-rc1] - 2018-11-12
5+
## [0.39.0] - 2018-11-12
66
### Changed
77
- Updated `react` and `react-dom` to version `^16.6.1`
88
- Updated `react-dates` to `^18.2.2`

dash_core_components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "1.0.0-rc1",
3+
"version": "0.39.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

dash_core_components/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.0'
1+
__version__ = '0.39.0'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "1.0.0-rc1",
3+
"version": "0.39.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)