diff --git a/docs/conf.py b/docs/conf.py index f7c4fd55a..afc07df1b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -27,7 +27,7 @@ # The short X.Y version version = '' # The full version, including alpha/beta/rc tags -release = '0.33.1' +release = '0.33.2' # -- General configuration --------------------------------------------------- diff --git a/qiskit_ibm_runtime/VERSION.txt b/qiskit_ibm_runtime/VERSION.txt index 8df3f4592..c9ec1d542 100644 --- a/qiskit_ibm_runtime/VERSION.txt +++ b/qiskit_ibm_runtime/VERSION.txt @@ -1 +1 @@ -0.33.1 +0.33.2 diff --git a/release-notes/0.33.2.rst b/release-notes/0.33.2.rst new file mode 100644 index 000000000..96a2ea236 --- /dev/null +++ b/release-notes/0.33.2.rst @@ -0,0 +1,8 @@ +0.33.2 (2024-11-11) +=================== + +Bug Fixes +--------- + +- Fixed an issue where the RZZ validation did not handle + parameter expressions correctly. (`2035 `__)