Skip to content

Commit 4f39cc2

Browse files
committed
Prerelease 1.6.1-rc2
1 parent 38fe183 commit 4f39cc2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dash_bootstrap_components/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.6.1-dev"
1+
__version__ = "1.6.1-rc2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-bootstrap-components",
3-
"version": "1.6.1-dev",
3+
"version": "1.6.1-rc2",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
def test_version():
5-
assert __version__ == "1.6.1-dev"
5+
assert __version__ == "1.6.1-rc2"

0 commit comments

Comments
 (0)