From adf92a8292e20bb448bdbce6bbb21aa45b58b478 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 10 Apr 2026 11:53:37 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.14 ## [14.92.14](https://github.com/frappe/erpnext/compare/v14.92.13...v14.92.14) (2026-04-10) ### Bug Fixes * added exception handling on service level agreement apply hook ([#50096](https://github.com/frappe/erpnext/issues/50096)) ([#54192](https://github.com/frappe/erpnext/issues/54192)) ([12b2788](https://github.com/frappe/erpnext/commit/12b27883f6ed8023a0b91b29fa45e7e8b1b7a1f9)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d8a8227c36a..1620173f2a8 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.13" +__version__ = "14.92.14" def get_default_company(user=None):