From 1a18956ef6eb0a5501dd0a4153f2d0432d793ccd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 23 Apr 2024 13:27:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.24.1 ## [15.24.1](https://github.com/frappe/frappe/compare/v15.24.0...v15.24.1) (2024-04-23) ### Bug Fixes * web form filtering ([#26122](https://github.com/frappe/frappe/issues/26122)) ([#26129](https://github.com/frappe/frappe/issues/26129)) ([5a5b282](https://github.com/frappe/frappe/commit/5a5b2822cf05ca9fdd4804f414825b2faa351e80)) --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 9bb7a053f28..f95d45d9aa9 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -50,7 +50,7 @@ ) from .utils.lazy_loader import lazy_import -__version__ = "15.24.0" +__version__ = "15.24.1" __title__ = "Frappe Framework" controllers = {}