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

Commit 97e2797

Browse files
committed
Update version and changelogs.
1 parent 997538f commit 97e2797

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +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.29.0] - 2018-09-12
6+
### Added
7+
- Unminified dev bundle support. [#77](https://github.com/plotly/dash-renderer/pull/77)
8+
59
## [0.13.2] - 2018-07-24
610
### Fixed
711
- Attempting to render a `Boolean` value to the page no longer crashes the app.

Diff for: dash_renderer/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.13.2'
1+
__version__ = '0.14.0'

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-renderer",
3-
"version": "0.13.1",
3+
"version": "0.14.0",
44
"description": "render dash components in react",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)