From 15a4599c685f0d6d8c7947f764cde533315fa51a Mon Sep 17 00:00:00 2001 From: maximlt Date: Tue, 9 Jun 2026 14:54:56 +0200 Subject: [PATCH] update banner to point to 2.4 --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 9e0cd32c8..1157cd22d 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -113,7 +113,7 @@ def patch_get_import_prefixes_from_env(env) -> list[str | None]: "version_match": switcher_version, }, "show_version_warning_banner": True, - "announcement": "Param 2.3 has just been released! Check out the release blog post and support Param by giving it a 🌟 on Github.", + "announcement": "Param 2.4 has just been released! Check out the release blog post and support Param by giving it a 🌟 on Github.", }