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

Commit

Permalink
Merge pull request #239 from plotly/cross-platform-scripts
Browse files Browse the repository at this point in the history
Change package.json scripts to work on windows and fix `__init__.py` version formatting.
  • Loading branch information
T4rk1n authored Jul 19, 2018
2 parents 09164df + ed8e2c2 commit d23db91
Show file tree
Hide file tree
Showing 5 changed files with 1,953 additions and 1,598 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.25.1]
### Fixed
- `__init__` version formatting for unpkg.

## [0.25.0]
### Added
- `ConfirmDialog` and `ConfirmDialogProvider` components [#211](https://github.com/plotly/dash-core-components/pull/211)
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
'external_url': (
'https://unpkg.com/dash-core-components@{}'
'/dash_core_components/bundle.js'
).format('0.23.1-rc1'),
).format(__version__),
'namespace': 'dash_core_components'
}
]
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.25.0'
__version__ = '0.25.1'
Loading

0 comments on commit d23db91

Please sign in to comment.