Skip to content

Commit 775039d

Browse files
authored
Set version number to 1.3.0rc1 for first release candidate (#13397)
The following commit bump up Qiskit to version 1.3.0rc1 in preparation for our first release candidate and move all loose release notes to releasenotes/notes/1.3. * Set version number to `1.3.0rc1 for first release candidate * Remove stray print in `test_evolved_op_ansatz`
1 parent 4251d01 commit 775039d

File tree

94 files changed

+2
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+2
-3
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
# The short X.Y version
3333
version = "1.3"
3434
# The full version, including alpha/beta/rc tags
35-
release = "1.3.0"
35+
release = "1.3.0rc1"
3636

3737
language = "en"
3838

qiskit/VERSION.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.3.0rc1

test/python/circuit/library/test_evolved_op_ansatz.py

-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,6 @@ def test_flattening(self):
179179

180180
with self.subTest(flatten=False):
181181
evo = evolved_operator_ansatz(operators, flatten=False)
182-
print(evo.draw())
183182
ops = evo.count_ops()
184183
self.assertIn("hamiltonian", ops)
185184
self.assertIn("PauliEvolution", ops)

0 commit comments

Comments
 (0)