Skip to content

Commit 7df4bf6

Browse files
authored
Release 1.4.1 (#953)
* Release 1.4.1 * Update changelog
1 parent 806fdbb commit 7df4bf6

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-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__ = "1.4.1-dev"
1+
__version__ = "1.4.1"

docs/content/changelog.md

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

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

9+
## 1.4.1 - 2023/03/17
10+
11+
Version 1.4.1 of dash-bootstrap-components. This version contains bug fixes but no new features. Please continue to report problems on our [issue tracker](https://github.com/facultyai/dash-bootstrap-components/issues).
12+
13+
### Fixed
14+
15+
- Fixed issue with `active_label_style` in `dbc.Tab` not overwriting `label_style` ([PR 946](https://github.com/facultyai/dash-bootstrap-components/pull/946))
16+
- Updated CDN links for icons in R and Julia packages ([PR 950](https://github.com/facultyai/dash-bootstrap-components/pull/950))
17+
918
## 1.4.0 - 2023/02/27
1019

1120
Version 1.4.0 of dash-bootstrap-components. This version contains some new features and bug fixes. 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": "1.4.1-dev",
3+
"version": "1.4.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__ == "1.4.1-dev"
5+
assert __version__ == "1.4.1"

0 commit comments

Comments
 (0)