Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPuzzuoli committed Apr 28, 2023
1 parent ef5d385 commit e41db9c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# The short X.Y version
version = ''
# The full version, including alpha/beta/rc tags
release = '0.5.0'
release = '0.4.1'

extensions = [
'sphinx.ext.napoleon',
Expand Down
2 changes: 1 addition & 1 deletion qiskit_dynamics/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.0
0.4.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
features:
- |
The :meth:`DynamicsBackend.from_backend` method has been updated to automatically populate the
`control_channel_map` option based on the supplied backend if the user does not supply one.
``control_channel_map`` option based on the supplied backend if the user does not supply one.
fixes:
- |
A bug in :meth:`DynamicsBackend.__init__` causing existing measurement instructions for a user-supplied
:class:`Target` to be overwritten has been fixed.
A bug in :meth:`DynamicsBackend.__init__` causing existing measurement instructions for a
user-supplied :class:`Target` to be overwritten has been fixed.
4 changes: 4 additions & 0 deletions releasenotes/notes/patch-0.4.1-d339aa8669341341.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
prelude: >
Qiskit Dynamics 0.4.1 is an incremental release with minor bug fixes, documentation updates,
and usability features.

0 comments on commit e41db9c

Please sign in to comment.