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

Commit f469338

Browse files
author
Marc-André Rivet
committed
bump version to 0.13.5
1 parent c51ed1a commit f469338

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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-
## [UNRELEASED] - 2018-12-17
5+
## [0.13.5] - 2019-01-11
66
### Changed
77
- Added `.idea`, `tests`, `dist`, `.circleci` to npmignore.
88
- Added repository url and long_description to setup.py

dash_html_components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

dash_html_components/version.py

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "0.13.4",
3+
"version": "0.13.5",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)