From 4b020912415e9a1dbfc639ce43301c14ce83a56f Mon Sep 17 00:00:00 2001 From: sibikumarkuppusamy Date: Wed, 18 Dec 2024 17:43:12 +0530 Subject: [PATCH] feat: update frappe v15 dec 18 --- frappe/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frappe/__init__.py b/frappe/__init__.py index 0a09a26e29cd..788d6a16d110 100644 --- a/frappe/__init__.py +++ b/frappe/__init__.py @@ -51,7 +51,7 @@ ) from .utils.lazy_loader import lazy_import -__version__ = "15.50.0" +__version__ = "15.50.1" __title__ = "Frappe Framework" # This if block is never executed when running the code. It is only used for