Skip to content

Commit a77a57a

Browse files
authored
Prep for 0.5.3 release (#1213)
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).
1 parent 69d6ce2 commit a77a57a

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# The short X.Y version
3939
version = "0.5"
4040
# The full version, including alpha/beta/rc tags
41-
release = "0.5.2"
41+
release = "0.5.3"
4242
project = f"Qiskit Experiments {version}"
4343
copyright = f"2021-{datetime.date.today().year}, Qiskit Development Team" # pylint: disable=redefined-builtin
4444
author = "Qiskit Development Team"

qiskit_experiments/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.2
1+
0.5.3
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
prelude: >
3+
Qiskit Experiments 0.5.3 is a minor improvement and fixes release.

tools/deploy_documentation.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ echo "Building for stable version $STABLE_VERSION"
3434
# Push to qiskit.org website
3535
openssl aes-256-cbc -K $encrypted_rclone_key -iv $encrypted_rclone_iv -in tools/rclone.conf.enc -out $RCLONE_CONFIG_PATH -d
3636
echo "Pushing built docs to website"
37-
rclone sync --progress --exclude-from ./tools/other-builds.txt ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/experiments
37+
rclone sync --progress --exclude-from ./tools/other-builds.txt ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/experiments
3838
echo "Pushing built docs to website"
39-
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/documentation/experiments/stable/"$STABLE_VERSION"
39+
rclone sync --progress ./docs/_build/html IBMCOS:qiskit-org-web-resources/ecosystem/experiments/stable/"$STABLE_VERSION"

0 commit comments

Comments
 (0)