From d2ac603fd7a964b69ccda4769542961557647c10 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 17 Jun 2025 14:51:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.65.2 ## [15.65.2](https://github.com/frappe/erpnext/compare/v15.65.1...v15.65.2) (2025-06-17) ### Bug Fixes * add validation for calculate ageing with filter for summary and other reports ([23db22a](https://github.com/frappe/erpnext/commit/23db22ac0bd4d22df26989861fd8063e96ff4b3b)) * add validation for exchange gain/loss entries ([97f1304](https://github.com/frappe/erpnext/commit/97f13049ee115198078859551e130f99ade2928f)) * add validation for party type ([baa08ce](https://github.com/frappe/erpnext/commit/baa08ce4963a6c03f7299db28210a8ede653f56c)) * batch page length ([994454b](https://github.com/frappe/erpnext/commit/994454bfc370ca35588b8213911e266a30389b62)) * budget naming series (backport [#48075](https://github.com/frappe/erpnext/issues/48075)) ([#48080](https://github.com/frappe/erpnext/issues/48080)) ([4d18fd0](https://github.com/frappe/erpnext/commit/4d18fd0e80a793a581bcf6f42af721a3b94f4e19)) * do not allow capitalization from connection tab for submitted asset ([7b5e2a6](https://github.com/frappe/erpnext/commit/7b5e2a6af0c25fb47a1db9deb51f9410ef2a0e5b)) * do not reset party account for return doc ([ad5421a](https://github.com/frappe/erpnext/commit/ad5421a413eb0d156e09a1954f93064a88ef4fbf)) * float division by zero ([40504b8](https://github.com/frappe/erpnext/commit/40504b8da23d47a55faaf9238c09c80b85ba86d7)) * incorrect condition for setting party account on change of company ([f2b9e73](https://github.com/frappe/erpnext/commit/f2b9e738196dbc273df32790296c68d84c71ad76)) * incorrect warehouse set from SO to MR ([e9365d7](https://github.com/frappe/erpnext/commit/e9365d7272626d23dd724d7b76793cd283de6035)) * pos invoice consolidation row refer issue (backport [#48057](https://github.com/frappe/erpnext/issues/48057)) ([#48058](https://github.com/frappe/erpnext/issues/48058)) ([db9f0b6](https://github.com/frappe/erpnext/commit/db9f0b6f3840f2633e009aaf53dd6b2bf596e609)) * prevent saving negative quantity in BOM ([1c9032a](https://github.com/frappe/erpnext/commit/1c9032a4c2c8d5a71d11bf98b82dec33018c0996)) * unpack non-iterable NoneType object error ([dd39d24](https://github.com/frappe/erpnext/commit/dd39d24da098fc78b80f323bc64606c3b6fe7426)) * update asset status after making asset value adjustment record ([ee30357](https://github.com/frappe/erpnext/commit/ee30357835e521360f802c2249b08af77b0f97c7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index bb8e5728280..285734e1811 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.1" +__version__ = "15.65.2" def get_default_company(user=None):