We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fe183 commit 4f39cc2Copy full SHA for 4f39cc2
dash_bootstrap_components/_version.py
@@ -1 +1 @@
1
-__version__ = "1.6.1-dev"
+__version__ = "1.6.1-rc2"
package.json
@@ -1,6 +1,6 @@
{
2
"name": "dash-bootstrap-components",
3
- "version": "1.6.1-dev",
+ "version": "1.6.1-rc2",
4
"description": "Bootstrap components for Plotly Dash",
5
"repository": "github:facultyai/dash-bootstrap-components",
6
"main": "lib/dash-bootstrap-components.min.js",
tests/test_version.py
@@ -2,4 +2,4 @@
def test_version():
- assert __version__ == "1.6.1-dev"
+ assert __version__ == "1.6.1-rc2"
0 commit comments