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

Commit

Permalink
Update version and changelogs.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Sep 13, 2018
1 parent 997538f commit 97e2797
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.29.0] - 2018-09-12
### Added
- Unminified dev bundle support. [#77](https://github.com/plotly/dash-renderer/pull/77)

## [0.13.2] - 2018-07-24
### Fixed
- Attempting to render a `Boolean` value to the page no longer crashes the app.
Expand Down
2 changes: 1 addition & 1 deletion dash_renderer/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.2'
__version__ = '0.14.0'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-renderer",
"version": "0.13.1",
"version": "0.14.0",
"description": "render dash components in react",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 97e2797

Please sign in to comment.