Skip to content

Commit 12c06a7

Browse files
authored
Update QPY format version history table (#16034)
With the 2.4.0 release pending this commit updates the version history table to include the missing 2.3.1 and the future 2.4.0. Right now the table only shows up to 2.3.0 which is not the current release. We should add this to the release process checklist so we don't forget in future release to update this table.
1 parent 03c640f commit 12c06a7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

qiskit/qpy/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,12 @@ def open(*args):
199199
* - Qiskit (qiskit-terra for < 1.0.0) version
200200
- :func:`.dump` format(s) output versions
201201
- :func:`.load` maximum supported version (older format versions can always be read)
202+
* - 2.4.0
203+
- 13, 14, 15, 16, 17
204+
- 17
205+
* - 2.3.1
206+
- 13, 14, 15, 16, 17
207+
- 17
202208
* - 2.3.0
203209
- 13, 14, 15, 16, 17
204210
- 17

0 commit comments

Comments
 (0)