diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index d58dc4f1db5e..2e07f665707b 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -90,7 +90,7 @@ body: multiple: false options: - "Python dev (main branch)" - - "Python 0.7.0" + - "Python 0.7.1" - "Python 0.6.4" - "Python 0.6.2" - "Python 0.6.1" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 7026a0972e56..a484ea1bd0bd 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: poe-dir: ".", }, { - ref: "python-v0.7.0", + ref: "python-v0.7.1", dest-dir: stable, uv-version: "0.7.13", sphinx-release-override: "stable", @@ -186,8 +186,8 @@ jobs: poe-dir: ".", }, { - ref: "python-v0.7.0", - dest-dir: "0.7.0", + ref: "python-v0.7.1", + dest-dir: "0.7.1", uv-version: "0.7.13", sphinx-release-override: "", poe-dir: ".", diff --git a/docs/switcher.json b/docs/switcher.json index b0231590b7d3..7275b0f9716a 100644 --- a/docs/switcher.json +++ b/docs/switcher.json @@ -5,7 +5,7 @@ "url": "/autogen/dev/" }, { - "name": "0.7.0 (stable)", + "name": "0.7.1 (stable)", "version": "stable", "url": "/autogen/stable/", "preferred": true