Skip to content

Commit

Permalink
Set version number to 1.1.0rc1 for first release candidate (#12328)
Browse files Browse the repository at this point in the history
For the 1.1.0 release we're going to push release candidates prior to
the final to enable testing before we cut the final release. In
preparation for tagging the first release candidate this commit updates
the version string to indicate it's a release candidate. This commit
should be the final commit on main for 1.1.0rc1 and what gets tagged as
1.1.0rc1 post-merge.
  • Loading branch information
mtreinish authored May 3, 2024
1 parent 68f4b52 commit 7882eb1
Show file tree
Hide file tree
Showing 78 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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.1"
# The full version, including alpha/beta/rc tags
release = "1.1.0"
release = "1.1.0rc1"

language = "en"

Expand Down Expand Up @@ -178,7 +178,7 @@ def linkcode_resolve(domain, info):
if "qiskit" not in module_name:
return None

try:
try:
module = importlib.import_module(module_name)
except ModuleNotFoundError:
return None
Expand Down
2 changes: 1 addition & 1 deletion qiskit/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.1.0rc1

0 comments on commit 7882eb1

Please sign in to comment.