From fa3108563a40d331638146eaf74b64b176c690bf Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Fri, 1 Dec 2023 13:58:19 -0500 Subject: [PATCH] Prepare 1.0.0b1 release (#11353) * Prepare 1.0.0pre1 release This commit changes the version strings from 1.0.0 to 1.0.0pre1 in preparation for tagging the 1.0.0pre1 release. After the tag we should switch the version number back to continue developing the 1.0.0 release series as we approach the actual release. * Pivot to b1 from pre1 --- docs/conf.py | 2 +- qiskit/VERSION.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 37cc420a906..1d1113da576 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = "1.0" # The full version, including alpha/beta/rc tags -release = "1.0.0" +release = "1.0.0b1" language = "en" diff --git a/qiskit/VERSION.txt b/qiskit/VERSION.txt index 3eefcb9dd5b..1b53ae1a4f1 100644 --- a/qiskit/VERSION.txt +++ b/qiskit/VERSION.txt @@ -1 +1 @@ -1.0.0 +1.0.0b1