Skip to content

Commit

Permalink
Prepare release 0.36.1 (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
kt474 authored Feb 14, 2025
1 parent 0d917e0 commit c66b4e9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.36.0'
release = '0.36.1'

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ zip-safe = false
root = "."
write_to = "qiskit_ibm_runtime/VERSION.txt"
version_scheme = "release-branch-semver"
fallback_version = "0.36.0"
fallback_version = "0.36.1"

[project]
name = "qiskit-ibm-runtime"
Expand Down
8 changes: 8 additions & 0 deletions release-notes/0.36.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
0.36.1 (2025-02-14)
===================

Bug Fixes
---------

- Fixed an issue where not having ``qiskit-aer`` installed would
cause an import error. (`2144 <https://github.com/Qiskit/qiskit-ibm-runtime/pull/2144>`__)
2 changes: 0 additions & 2 deletions release-notes/unreleased/2144.bug.rst

This file was deleted.

0 comments on commit c66b4e9

Please sign in to comment.