Skip to content

Commit 2a1bfb6

Browse files
authored
Prerelease 1.7.0-rc3 (#1062)
1 parent 90234e3 commit 2a1bfb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-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.7.0-rc2"
1+
__version__ = "1.7.0-rc3"

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.7.0-rc2",
3+
"version": "1.7.0-rc3",
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.7.0-rc2"
5+
assert __version__ == "1.7.0-rc3"

0 commit comments

Comments
 (0)