diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 16930fe1c..8435825ff 100644 --- a/.github/ISSUE_TEMPLATE/1-bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug_report.yml @@ -90,6 +90,7 @@ body: multiple: false options: - "Python dev (main branch)" + - "Python 0.7.4" - "Python 0.7.3" - "Python 0.7.2" - "Python 0.7.1" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 2a88c8b13..384421f66 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: poe-dir: ".", }, { - ref: "python-v0.7.3", + ref: "python-v0.7.4", dest-dir: stable, uv-version: "0.7.13", sphinx-release-override: "stable", @@ -206,6 +206,13 @@ jobs: sphinx-release-override: "", poe-dir: ".", }, + { + ref: "python-v0.7.4", + dest-dir: "0.7.4", + uv-version: "0.7.13", + sphinx-release-override: "", + poe-dir: ".", + }, ] steps: - name: Checkout diff --git a/docs/switcher.json b/docs/switcher.json index c544fad82..70494093e 100644 --- a/docs/switcher.json +++ b/docs/switcher.json @@ -5,11 +5,16 @@ "url": "/autogen/dev/" }, { - "name": "0.7.3 (stable)", + "name": "0.7.4 (stable)", "version": "stable", "url": "/autogen/stable/", "preferred": true }, + { + "name": "0.7.3", + "version": "0.7.3", + "url": "/autogen/0.7.3/" + }, { "name": "0.7.2", "version": "0.7.2",