Skip to content

Commit

Permalink
Release/0.13.1 (#714)
Browse files Browse the repository at this point in the history
* Release 0.13.1

* Update changelog
  • Loading branch information
tcbegley authored Sep 22, 2021
1 parent 9ab5f92 commit bf5ea59
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dash_bootstrap_components/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.13.1-rc1"
__version__ = "0.13.1"
6 changes: 6 additions & 0 deletions docs/content/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ title: Changelog

This page documents notable changes in dash-bootstrap-components releases.

## 0.13.1 - 2021/9/22

### Fixed

- Fix cursor jump issue in `Input` component. ([PR 712](https://github.com/facultyai/dash-bootstrap-components/pull/712))

## 0.13.0 - 2021/7/31

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-bootstrap-components",
"version": "0.13.1-rc1",
"version": "0.13.1",
"description": "Bootstrap components for Plotly Dash",
"repository": "github:facultyai/dash-bootstrap-components",
"main": "lib/dash-bootstrap-components.min.js",
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


def test_version():
assert __version__ == "0.13.1-rc1"
assert __version__ == "0.13.1"

0 comments on commit bf5ea59

Please sign in to comment.