Skip to content

Commit

Permalink
Set version number to 1.3.0rc1 for first release candidate (#13397)
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
raynelfss authored Nov 7, 2024
1 parent 4251d01 commit 775039d
Show file tree
Hide file tree
Showing 94 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
# The short X.Y version
version = "1.3"
# The full version, including alpha/beta/rc tags
release = "1.3.0"
release = "1.3.0rc1"

language = "en"

Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.3.0
1.3.0rc1
1 change: 0 additions & 1 deletion test/python/circuit/library/test_evolved_op_ansatz.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ def test_flattening(self):

with self.subTest(flatten=False):
evo = evolved_operator_ansatz(operators, flatten=False)
print(evo.draw())
ops = evo.count_ops()
self.assertIn("hamiltonian", ops)
self.assertIn("PauliEvolution", ops)
Expand Down

0 comments on commit 775039d

Please sign in to comment.