Skip to content

Commit 541dcfb

Browse files
Prepare for 0.22.0rc2 tag (#8882)
In preparation for the upcoming 0.22.0rc2 tag this commit bumps the version strings for the package so that it indicates the version is rc2 for when we tag the release. This commit should be the tagged commit when we push out 0.22.0rc2. Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
1 parent 3fc1ee5 commit 541dcfb

File tree

3 files changed

+16
-18
lines changed

3 files changed

+16
-18
lines changed

Cargo.lock

+14-16
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

qiskit/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.22.0rc1
1+
0.22.0rc2

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151

5252
setup(
5353
name="qiskit-terra",
54-
version="0.22.0rc1",
54+
version="0.22.0rc2",
5555
description="Software for developing quantum computing programs",
5656
long_description=README,
5757
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)