From fa5a19b548776002f286f9162f0f1c70e85b708b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 Mar 2024 16:42:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.65.1 ## [14.65.1](https://github.com/frappe/erpnext/compare/v14.65.0...v14.65.1) (2024-03-12) ### Bug Fixes * barcode field on line item not working (backport [#40381](https://github.com/frappe/erpnext/issues/40381)) ([#40383](https://github.com/frappe/erpnext/issues/40383)) ([80df609](https://github.com/frappe/erpnext/commit/80df6094e31edc72b079addc843e52d147048f46)) * conditionally apply `is_group` filter in accounting dimension query (backport [#40414](https://github.com/frappe/erpnext/issues/40414)) ([#40415](https://github.com/frappe/erpnext/issues/40415)) ([cd40038](https://github.com/frappe/erpnext/commit/cd40038b18379c259e6fe75024f39f38c8d11881)) * error message wording ([#40403](https://github.com/frappe/erpnext/issues/40403)) ([7402303](https://github.com/frappe/erpnext/commit/74023035af87384026c278db03a0bf2b4cf8e69c)) * Filter for projects in Sales Cycle ([8d63d19](https://github.com/frappe/erpnext/commit/8d63d19d451de4b9ff50d1c34e8d3cd911af94c3)) * get_user_default_as_list args order ([e0d1b4b](https://github.com/frappe/erpnext/commit/e0d1b4b15f0064bc7488848e21ea44991564f553)) * incorrect work order status (backport [#40407](https://github.com/frappe/erpnext/issues/40407)) ([#40410](https://github.com/frappe/erpnext/issues/40410)) ([c413b04](https://github.com/frappe/erpnext/commit/c413b04539364a8f4e236d51b7cf25163275abed)) * load ignored doctype and include Mode of Payment Account ([#40334](https://github.com/frappe/erpnext/issues/40334)) ([411157c](https://github.com/frappe/erpnext/commit/411157c258a94a1c162d081b3a4fb2bfb3afe12e)) * message for subscription when no current inv ([e9c2f6d](https://github.com/frappe/erpnext/commit/e9c2f6d6f1051d7c3b74a0d82fe7a12dbcac80a9)) * MR Default Supplier search query (backport [#40273](https://github.com/frappe/erpnext/issues/40273)) ([#40350](https://github.com/frappe/erpnext/issues/40350)) ([c6fe409](https://github.com/frappe/erpnext/commit/c6fe409b567ad5f53a9561b035658acb055d8845)) * qc created for raw materials during manufacture entry (backport [#40408](https://github.com/frappe/erpnext/issues/40408)) ([#40412](https://github.com/frappe/erpnext/issues/40412)) ([21b57d9](https://github.com/frappe/erpnext/commit/21b57d9aefa1694e94806f8a626d4c2b30422044)) * recursion issue while submitting work order (backport [#40400](https://github.com/frappe/erpnext/issues/40400)) ([#40401](https://github.com/frappe/erpnext/issues/40401)) ([06e3874](https://github.com/frappe/erpnext/commit/06e38749bc10bff280696caa1685ac3c39e2a663)) * Sender email in process statements of accounts ([ea605e7](https://github.com/frappe/erpnext/commit/ea605e76a33c4014ec25e791ee8c9504ec515683)) * **Shipment Parcel:** make length, width and height non-mandatory ([911a582](https://github.com/frappe/erpnext/commit/911a582941ec2a63aeb642b43d2af91c7e543b6a)) * subcontracting receipt -> alllow to change Batch / Serial Nos (v14) ([#40371](https://github.com/frappe/erpnext/issues/40371)) ([ffd04b3](https://github.com/frappe/erpnext/commit/ffd04b39602f4e5077942baf1a3c02c05e2dc058)) * UAE tax computation fix ([02cd8c4](https://github.com/frappe/erpnext/commit/02cd8c4b9898f053016b902d59fd47d08131958b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 52cf3aaac255..b0abaca6c367 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.65.0" +__version__ = "14.65.1" def get_default_company(user=None):