Skip to content

Commit 0d16374

Browse files
authored
Release 2.0.2 (#1123)
* Release 2.0.2 * Update changelog
1 parent ff8ecab commit 0d16374

File tree

5 files changed

+14
-5
lines changed

5 files changed

+14
-5
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__ = "2.0.2-dev"
1+
__version__ = "2.0.2"

docs/content/changelog.md

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

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

9+
## 2.0.2 - 2025/04/21
10+
11+
Version 2.0.2 of dash-bootstrap-components! This version fixes a bug in the Tabs component and updates the version requirement for the _dash_ package. A number of docstrings have also been cleaned up and made consistent. Please continue to report problems on our [issue tracker](https://github.com/facultyai/dash-bootstrap-components/issues).
12+
13+
### Changed
14+
- _dash-bootstrap-components_ now requires dash>=3.0.3 ([PR 1120](https://github.com/facultyai/dash-bootstrap-components/pull/1120))
15+
- Updated docstrings correcting typos and making formatting consistent ([PR 1122](https://github.com/facultyai/dash-bootstrap-components/pull/1122))
16+
17+
### Fixed
18+
- Updating a `Tab` in a callback now triggers a re-render of the parent `Tabs` component ([PR 1120](https://github.com/facultyai/dash-bootstrap-components/pull/1120))
19+
920
## 2.0.1 - 2025/04/11
1021

1122
Version 2.0.1 of dash-bootstrap-components! This version fixes bugs and updates CDN links. Please continue to report problems on our [issue tracker](https://github.com/facultyai/dash-bootstrap-components/issues).

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": "2.0.2-dev",
3+
"version": "2.0.2",
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__ == "2.0.2-dev"
5+
assert __version__ == "2.0.2"

uv.lock

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)