From e27518b2d425ebee95702ed47e5cdd7e0c1f4ee4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 14 Oct 2025 14:18:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.1 ## [14.92.1](https://github.com/frappe/erpnext/compare/v14.92.0...v14.92.1) (2025-10-14) ### Bug Fixes * sanitize projects field in tasks webform ([#50089](https://github.com/frappe/erpnext/issues/50089)) ([aadc83d](https://github.com/frappe/erpnext/commit/aadc83d0d92afc88829dfbb96abfe21a60cbc1a0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d35db67694c..2f5fca64439 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.0" +__version__ = "14.92.1" def get_default_company(user=None):