Skip to content

Commit 7dd503e

Browse files
authored
Update website for 0.7.2 (#6902)
1 parent c145ace commit 7dd503e

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ body:
9090
multiple: false
9191
options:
9292
- "Python dev (main branch)"
93+
- "Python 0.7.2"
9394
- "Python 0.7.1"
9495
- "Python 0.6.4"
9596
- "Python 0.6.2"

.github/workflows/docs.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
poe-dir: ".",
4040
},
4141
{
42-
ref: "python-v0.7.1.post1",
42+
ref: "python-v0.7.2",
4343
dest-dir: stable,
4444
uv-version: "0.7.13",
4545
sphinx-release-override: "stable",
@@ -192,6 +192,13 @@ jobs:
192192
sphinx-release-override: "",
193193
poe-dir: ".",
194194
},
195+
{
196+
ref: "python-v0.7.2",
197+
dest-dir: "0.7.2",
198+
uv-version: "0.7.13",
199+
sphinx-release-override: "",
200+
poe-dir: ".",
201+
},
195202
]
196203
steps:
197204
- name: Checkout

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ asyncio.run(main())
5353

5454
### MCP Server
5555

56+
Create a web browsing assistant agent that uses the Playwright MCP server.
57+
5658
```python
5759
# First run `npm install -g @playwright/mcp@latest` to install the MCP server.
5860
import asyncio

docs/switcher.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@
55
"url": "/autogen/dev/"
66
},
77
{
8-
"name": "0.7.1 (stable)",
8+
"name": "0.7.2 (stable)",
99
"version": "stable",
1010
"url": "/autogen/stable/",
1111
"preferred": true
1212
},
13+
{
14+
"name": "0.7.1",
15+
"version": "0.7.1",
16+
"url": "/autogen/0.7.1/"
17+
},
1318
{
1419
"name": "0.6.4",
1520
"version": "0.6.4",

0 commit comments

Comments
 (0)