We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 283b703 commit bf67ebaCopy full SHA for bf67eba
docs/conf.py
@@ -27,7 +27,7 @@
27
# The short X.Y version
28
version = ''
29
# The full version, including alpha/beta/rc tags
30
-release = '0.33.0'
+release = '0.33.1'
31
32
# -- General configuration ---------------------------------------------------
33
qiskit_ibm_runtime/VERSION.txt
@@ -1 +1 @@
1
-0.33.0
+0.33.1
release-notes/0.33.1.rst
@@ -0,0 +1,7 @@
+0.33.1 (2024-11-08)
2
+===================
3
+
4
+Other Notes
5
+-----------
6
7
+- Added a private alias to ``decode_backend_configuration()``. (`2028 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2028>`__)
0 commit comments