From e0ca060475318bd27ce77567e14c2f4fe2dde589 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 19 Jun 2025 05:30:19 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.65.3 ## [15.65.3](https://github.com/frappe/erpnext/compare/v15.65.2...v15.65.3) (2025-06-19) ### Bug Fixes * stock reconciliation validation for serial and batch ([3057f6c](https://github.com/frappe/erpnext/commit/3057f6ce3564ae383f05e87c4746b0ad3fdfc36c)) * use set_query on sales_order link field in work order ([6a6130e](https://github.com/frappe/erpnext/commit/6a6130e06c9caab01804f55ccbb7f93c92d5ac68)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 285734e1811..2f06aff935b 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.65.2" +__version__ = "15.65.3" def get_default_company(user=None):