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"]