From b424a184b91d3c69222496116524b85fc69aff34 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 6 Mar 2024 03:31:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.65.0 # [14.65.0](https://github.com/frappe/erpnext/compare/v14.64.0...v14.65.0) (2024-03-06) ### Bug Fixes * account validation error on bank account after editing existing bank account ([8b3c809](https://github.com/frappe/erpnext/commit/8b3c809cb68ed9badb4d9fa4defc083b38bd4184)) * allow gain/loss for Journals against Journals ([52e1c2f](https://github.com/frappe/erpnext/commit/52e1c2f48b6750767fe1e047ff31499b727dcef9)) * do not allow to cancel incomplete reposting (backport [#40224](https://github.com/frappe/erpnext/issues/40224)) ([#40229](https://github.com/frappe/erpnext/issues/40229)) ([091d6f3](https://github.com/frappe/erpnext/commit/091d6f330a8ecc48e1797955dd36a70587ddb698)) * don't override reference exchange rate ([e25ec41](https://github.com/frappe/erpnext/commit/e25ec4156e894c855d6b7bef8b9b5868d29420cc)) * handle partial invoice against provisional entry ([5f23614](https://github.com/frappe/erpnext/commit/5f23614960aa0f41b11d8b5f651d85cbfbf2753c)) * incorrect exchange rate if JE has multi parties ([1b5a237](https://github.com/frappe/erpnext/commit/1b5a23709a751f925d78c476bd5e51b743135d3f)) * incorrect TCS on customer and suppliers with same name ([af56846](https://github.com/frappe/erpnext/commit/af568464dbb05d5dc3922daffbf8b57a956f85c6)) * make use of 'flt' to prevent really low precision exc gain/loss ([c1a0ac6](https://github.com/frappe/erpnext/commit/c1a0ac655ea5fd3b9d8d00f36c5ea15ca5af3038)) * make warning for previously existing SO an alert ([c8b817c](https://github.com/frappe/erpnext/commit/c8b817c87a9e510a865c48ad9e2890c892246e8e)) * over billing qty along with rate ([14d9d29](https://github.com/frappe/erpnext/commit/14d9d29913e78a585230763b3f25a2e903c263a7)) * **Project:** filter department by company ([646b55e](https://github.com/frappe/erpnext/commit/646b55eeea46f6d9b2597e2beb3a1cdad461df8a)) * provisional reverse entry amount ([e62c49d](https://github.com/frappe/erpnext/commit/e62c49d9a69f7549a2ca425b000cea648a802daf)) * rate change on changing of the qty (backport [#40241](https://github.com/frappe/erpnext/issues/40241)) ([#40242](https://github.com/frappe/erpnext/issues/40242)) ([b937c4b](https://github.com/frappe/erpnext/commit/b937c4be4f25d079a5340402f8702515005b698e)) * **setup:** avoid duplicate entry for Analytics role (backport [#40183](https://github.com/frappe/erpnext/issues/40183)) ([#40184](https://github.com/frappe/erpnext/issues/40184)) ([035c90c](https://github.com/frappe/erpnext/commit/035c90c3b84934711f82ee61242b737a7d1a1290)) ### Features * add company filter to child table field ([38baf8d](https://github.com/frappe/erpnext/commit/38baf8d4061969f08aecbedba4b456e6551b1678)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 17db2feece6..1ed6e0263cd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.64.0" +__version__ = "14.65.0" def get_default_company(user=None):