diff --git a/.github/ISSUE_TEMPLATE/1-bug_report.yml b/.github/ISSUE_TEMPLATE/1-bug_report.yml index 2e07f665707b..04055eb6b47c 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.2" - "Python 0.7.1" - "Python 0.6.4" - "Python 0.6.2" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f991b414a8e8..de0649d92761 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: poe-dir: ".", }, { - ref: "python-v0.7.1.post1", + ref: "python-v0.7.2", dest-dir: stable, uv-version: "0.7.13", sphinx-release-override: "stable", @@ -192,6 +192,13 @@ jobs: sphinx-release-override: "", poe-dir: ".", }, + { + ref: "python-v0.7.2", + dest-dir: "0.7.2", + uv-version: "0.7.13", + sphinx-release-override: "", + poe-dir: ".", + }, ] steps: - name: Checkout diff --git a/README.md b/README.md index 9ed42e1370ea..2824058aa200 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ asyncio.run(main()) ### MCP Server +Create a web browsing assistant agent that uses the Playwright MCP server. + ```python # First run `npm install -g @playwright/mcp@latest` to install the MCP server. import asyncio diff --git a/docs/switcher.json b/docs/switcher.json index 7275b0f9716a..ec9bb130bd89 100644 --- a/docs/switcher.json +++ b/docs/switcher.json @@ -5,11 +5,16 @@ "url": "/autogen/dev/" }, { - "name": "0.7.1 (stable)", + "name": "0.7.2 (stable)", "version": "stable", "url": "/autogen/stable/", "preferred": true }, + { + "name": "0.7.1", + "version": "0.7.1", + "url": "/autogen/0.7.1/" + }, { "name": "0.6.4", "version": "0.6.4",