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](3057f6ce35))
* use set_query on sales_order link field in work order ([6a6130e](6a6130e06c))
This commit is contained in:
Frappe PR Bot
2025-06-19 05:30:19 +00:00
parent 84d348b3d4
commit e0ca060475

View File

@@ -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):