From 3ac039372e7bbc7085b27ff91f102cfb3a3fadd7 Mon Sep 17 00:00:00 2001 From: Tom Begley Date: Tue, 14 May 2024 21:52:46 +0100 Subject: [PATCH] Prerelease 1.6.1-rc2 (#1037) --- dash_bootstrap_components/_version.py | 2 +- package.json | 2 +- tests/test_version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dash_bootstrap_components/_version.py b/dash_bootstrap_components/_version.py index 6744e14e..2a3a37bc 100644 --- a/dash_bootstrap_components/_version.py +++ b/dash_bootstrap_components/_version.py @@ -1 +1 @@ -__version__ = "1.6.1-dev" +__version__ = "1.6.1-rc2" diff --git a/package.json b/package.json index 7978920c..994c672c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bootstrap-components", - "version": "1.6.1-dev", + "version": "1.6.1-rc2", "description": "Bootstrap components for Plotly Dash", "repository": "github:facultyai/dash-bootstrap-components", "main": "lib/dash-bootstrap-components.min.js", diff --git a/tests/test_version.py b/tests/test_version.py index 1ba3be62..a4110a20 100644 --- a/tests/test_version.py +++ b/tests/test_version.py @@ -2,4 +2,4 @@ def test_version(): - assert __version__ == "1.6.1-dev" + assert __version__ == "1.6.1-rc2"