diff --git a/docs/conf.py b/docs/conf.py index 2ba8398f45..bcb2db1e3f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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" diff --git a/qiskit_experiments/VERSION.txt b/qiskit_experiments/VERSION.txt index cb0c939a93..be14282b7f 100644 --- a/qiskit_experiments/VERSION.txt +++ b/qiskit_experiments/VERSION.txt @@ -1 +1 @@ -0.5.2 +0.5.3 diff --git a/releasenotes/notes/0.5/0_5_3_release-71ba547279508401.yaml b/releasenotes/notes/0.5/0_5_3_release-71ba547279508401.yaml new file mode 100644 index 0000000000..bd3d131bce --- /dev/null +++ b/releasenotes/notes/0.5/0_5_3_release-71ba547279508401.yaml @@ -0,0 +1,3 @@ +--- +prelude: > + Qiskit Experiments 0.5.3 is a minor improvement and fixes release. diff --git a/tools/deploy_documentation.sh b/tools/deploy_documentation.sh index 23fea2c370..8d88600825 100755 --- a/tools/deploy_documentation.sh +++ b/tools/deploy_documentation.sh @@ -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"