From a5d267e98666f0487423544da97bc857acb0d51b Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Mon, 30 Sep 2024 20:02:19 -0400 Subject: [PATCH] Update link to 0.2 docs --- python/packages/autogen-core/docs/src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/packages/autogen-core/docs/src/conf.py b/python/packages/autogen-core/docs/src/conf.py index a1d03a945ec3..70f9c6018c8f 100644 --- a/python/packages/autogen-core/docs/src/conf.py +++ b/python/packages/autogen-core/docs/src/conf.py @@ -99,7 +99,7 @@ "icon": "fa-custom fa-pypi", }, ], - "announcement": '🚧 AutoGen 0.4 is a work in progress, learn more about what\'s new and different here. To continue using the latest stable version, please visit the 0.2 documentation. 🚧', + "announcement": '🚧 AutoGen 0.4 is a work in progress, learn more about what\'s new and different here. To continue using the latest stable version, please visit the 0.2 documentation. 🚧', } html_js_files = ["custom-icon.js"]