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

Commit

Permalink
- bump version
Browse files Browse the repository at this point in the history
- update build artefacts
  • Loading branch information
Marc-André Rivet committed Feb 11, 2019
1 parent 2f592e4 commit 83a3ea0
Show file tree
Hide file tree
Showing 8 changed files with 3,494 additions and 13 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## UNRELEASED
## [0.43.1] - 2019-02-11
### Updated
- Upgraded plotly.js to 1.44.3 [#458](https://github.com/plotly/dash-core-components/pull/458)
- Patch releases [1.44.2](https://github.com/plotly/plotly.js/releases/tag/v1.44.2) and [1.44.3](https://github.com/plotly/plotly.js/releases/tag/v1.44.3) containing numerous bug fixes
Expand Down
4 changes: 2 additions & 2 deletions dash_core_components/dash_core_components.dev.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions dash_core_components/dash_core_components.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/dash_core_components.min.js.map

Large diffs are not rendered by default.

3,483 changes: 3,482 additions & 1 deletion dash_core_components/metadata.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.43.0",
"version": "0.43.1",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.43.0'
__version__ = '0.43.1'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.43.0",
"version": "0.43.1",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down

0 comments on commit 83a3ea0

Please sign in to comment.