Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Prepare release 0.10.0 (#818)
Browse files Browse the repository at this point in the history
* Prepare release 0.10.0

* Add reno

* Move reno into 0.10 folder
  • Loading branch information
kt474 committed Feb 20, 2024
1 parent d945d5e commit 740ff25
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.9.1'
release = '0.10.0'

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion qiskit_ibm_provider/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.9.1
0.10.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
features:
- |
Sessions started with :meth:`~qiskit_ibm_provider.IBMBackend.open_session` will use the
new ``/sessions`` endpoint.
The sessions functionality will not change but note that ``backend.run()`` sessions
prior to this release will no longer be supported after March 31, 2024.
Please update your ``qiskit-ibm-provider`` version as soon as possible before this date.

0 comments on commit 740ff25

Please sign in to comment.