Skip to content

Commit

Permalink
Merge branch 'main' into marginal-memory
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jun 22, 2022
2 parents 5c81510 + 5a6ec94 commit 7229634
Show file tree
Hide file tree
Showing 159 changed files with 2,870 additions and 2,695 deletions.
167 changes: 85 additions & 82 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qiskit-terra"
version = "0.20.0"
version = "0.21.0"
edition = "2018"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand All @@ -15,7 +15,7 @@ numpy = "0.16.2"
rand = "0.8"
rand_pcg = "0.3"
rand_distr = "0.4.3"
indexmap = "1.9.0"
indexmap = "1.9.1"
ahash = "0.7.6"
num-complex = "0.4"
num-bigint = "0.4"
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
author = "Qiskit Development Team"

# The short X.Y version
version = ""
version = "0.21"
# The full version, including alpha/beta/rc tags
release = "0.21.0"
release = "0.21.0rc1"

extensions = [
"sphinx.ext.napoleon",
Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
0.21.0rc1
Loading

0 comments on commit 7229634

Please sign in to comment.