From 3a74968cede16e87864731d437c48ba68365ca8f Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 12 Dec 2025 08:57:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.91.3 ## [15.91.3](https://github.com/frappe/erpnext/compare/v15.91.2...v15.91.3) (2025-12-12) ### Bug Fixes * **accounts:** handle drop ship in company linked address validation ([5d01cad](https://github.com/frappe/erpnext/commit/5d01cad1d5d08c97a7c9692c87a3a1e45a0ad30c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 59831f5af29..828d00f3c19 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.91.2" +__version__ = "15.91.3" def get_default_company(user=None):