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

Commit 62273ef

Browse files
committed
v0.12.7
1 parent c9a29c5 commit 62273ef

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
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.12.7rc1] - 2017-09-21
5+
## [0.12.7] - 2017-09-26
66
### :bug: Fixed
77
- Fixed issues related to updating the `max_date_allowed` property of `DatePickerSingle` and `DatePickerRange` programatically through callbacks
8+
- Clicking on the end date in the `DatePickerRange` will now open up the calendar to the end date (https://github.com/plotly/dash-core-components/issues/80)
89

910
### Maintenance
1011
- Cleaned up `DatePickerSingle` and `DatePickerRange`

dash_core_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import os as _os
22
import dash as _dash
33
import sys as _sys
4-
__version__ = '0.12.7-rc2'
4+
from .version import __version__
55

66
_current_path = _os.path.dirname(_os.path.abspath(__file__))
77

dash_core_components/version.py

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

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.12.6",
3+
"version": "0.12.7",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)