Skip to content

Commit

Permalink
Prep for 0.5.3 release (#1213)
Browse files Browse the repository at this point in the history
This PR prepares for the 0.5.3 release and fixes the documentation
deploy script (this was already fixed on main but wasn't backported).
  • Loading branch information
coruscating authored Jul 7, 2023
1 parent 69d6ce2 commit a77a57a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
# The short X.Y version
version = "0.5"
# The full version, including alpha/beta/rc tags
release = "0.5.2"
release = "0.5.3"
project = f"Qiskit Experiments {version}"
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
author = "Qiskit Development Team"
Expand Down
2 changes: 1 addition & 1 deletion qiskit_experiments/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.5.2
0.5.3
3 changes: 3 additions & 0 deletions releasenotes/notes/0.5/0_5_3_release-71ba547279508401.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
prelude: >
Qiskit Experiments 0.5.3 is a minor improvement and fixes release.
4 changes: 2 additions & 2 deletions tools/deploy_documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ echo "Building for stable version $STABLE_VERSION"
# Push to qiskit.org website
openssl aes-256-cbc -K $encrypted_rclone_key -iv $encrypted_rclone_iv -in tools/rclone.conf.enc -out $RCLONE_CONFIG_PATH -d
echo "Pushing built docs to website"
rclone sync --progress --exclude-from ./tools/other-builds.txt ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/experiments
rclone sync --progress --exclude-from ./tools/other-builds.txt ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/experiments
echo "Pushing built docs to website"
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/experiments/stable/"$STABLE_VERSION"
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/experiments/stable/"$STABLE_VERSION"

0 comments on commit a77a57a

Please sign in to comment.