From 3894419143ae4fcc0b06c5a841e2bebc7a9f4f80 Mon Sep 17 00:00:00 2001 From: Kevin Tian Date: Wed, 7 Feb 2024 12:07:36 -0500 Subject: [PATCH] Prepare release 0.9.0 (#812) --- docs/conf.py | 2 +- qiskit_ibm_provider/VERSION.txt | 2 +- .../{ => 0.9}/fix-duration-patching-b80d45d77481dfa6.yaml | 0 releasenotes/notes/{ => 0.9}/pubsub-3d4353e50d687425.yaml | 0 .../notes/qiskit-1.0-compatible-f0c2c0876979d929.yaml | 5 +++++ requirements.txt | 2 +- 6 files changed, 8 insertions(+), 3 deletions(-) rename releasenotes/notes/{ => 0.9}/fix-duration-patching-b80d45d77481dfa6.yaml (100%) rename releasenotes/notes/{ => 0.9}/pubsub-3d4353e50d687425.yaml (100%) create mode 100644 releasenotes/notes/qiskit-1.0-compatible-f0c2c0876979d929.yaml diff --git a/docs/conf.py b/docs/conf.py index e9949b50e..b099d3a4d 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -19,7 +19,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.8.1' +release = '0.9.0' # -- General configuration --------------------------------------------------- diff --git a/qiskit_ibm_provider/VERSION.txt b/qiskit_ibm_provider/VERSION.txt index 6f4eebdf6..ac39a106c 100644 --- a/qiskit_ibm_provider/VERSION.txt +++ b/qiskit_ibm_provider/VERSION.txt @@ -1 +1 @@ -0.8.1 +0.9.0 diff --git a/releasenotes/notes/fix-duration-patching-b80d45d77481dfa6.yaml b/releasenotes/notes/0.9/fix-duration-patching-b80d45d77481dfa6.yaml similarity index 100% rename from releasenotes/notes/fix-duration-patching-b80d45d77481dfa6.yaml rename to releasenotes/notes/0.9/fix-duration-patching-b80d45d77481dfa6.yaml diff --git a/releasenotes/notes/pubsub-3d4353e50d687425.yaml b/releasenotes/notes/0.9/pubsub-3d4353e50d687425.yaml similarity index 100% rename from releasenotes/notes/pubsub-3d4353e50d687425.yaml rename to releasenotes/notes/0.9/pubsub-3d4353e50d687425.yaml diff --git a/releasenotes/notes/qiskit-1.0-compatible-f0c2c0876979d929.yaml b/releasenotes/notes/qiskit-1.0-compatible-f0c2c0876979d929.yaml new file mode 100644 index 000000000..42356672f --- /dev/null +++ b/releasenotes/notes/qiskit-1.0-compatible-f0c2c0876979d929.yaml @@ -0,0 +1,5 @@ +--- +upgrade: + - | + `qiskit-ibm-provider` is now compatible with Qiskit versions `>= 0.45`, + including `1.0.0`. diff --git a/requirements.txt b/requirements.txt index c3ed892af..5a7e211d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -qiskit>=0.45.0,<1 +qiskit>=0.45.0 requests>=2.19 requests_ntlm>=1.1.0 numpy>=1.13