Skip to content

Commit bf5ea59

Browse files
authored
Release/0.13.1 (#714)
* Release 0.13.1 * Update changelog
1 parent 9ab5f92 commit bf5ea59

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

dash_bootstrap_components/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.13.1-rc1"
1+
__version__ = "0.13.1"

docs/content/changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ title: Changelog
66

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

9+
## 0.13.1 - 2021/9/22
10+
11+
### Fixed
12+
13+
- Fix cursor jump issue in `Input` component. ([PR 712](https://github.com/facultyai/dash-bootstrap-components/pull/712))
14+
915
## 0.13.0 - 2021/7/31
1016

1117
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-bootstrap-components",
3-
"version": "0.13.1-rc1",
3+
"version": "0.13.1",
44
"description": "Bootstrap components for Plotly Dash",
55
"repository": "github:facultyai/dash-bootstrap-components",
66
"main": "lib/dash-bootstrap-components.min.js",

tests/test_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

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

0 commit comments

Comments
 (0)