From b6575176f72b7e0ca89527a20684827c42552cbc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 20 Mar 2024 05:23:36 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.65.4 ## [14.65.4](https://github.com/frappe/erpnext/compare/v14.65.3...v14.65.4) (2024-03-20) ### Bug Fixes * added index for voucher_detail_no in gl entry ([a1c8b93](https://github.com/frappe/erpnext/commit/a1c8b93e99173530aae14ae8bcfa492186affd49)) * currency symbol for Landed Cost Voucher Amount (backport [#40550](https://github.com/frappe/erpnext/issues/40550)) ([#40553](https://github.com/frappe/erpnext/issues/40553)) ([7851311](https://github.com/frappe/erpnext/commit/785131121d5fb9b016ff98c37327808c43ff2457)) * Data too long for column 'stock_queue' ([#40450](https://github.com/frappe/erpnext/issues/40450)) ([3340463](https://github.com/frappe/erpnext/commit/3340463b8e2a0ba36f5cc4e783f40759a259cbb6)) * flaky ecommerce test case ([#40534](https://github.com/frappe/erpnext/issues/40534)) ([b197c19](https://github.com/frappe/erpnext/commit/b197c1926fb618a744001e5902fcfd425eb90f48)) * get unique provisional accounts ([39d958c](https://github.com/frappe/erpnext/commit/39d958c507091ccbb76e80331d1abd198f0b538c)) * index error on Exchange Rate Revaluation creation ([8813b6b](https://github.com/frappe/erpnext/commit/8813b6b2fd7334cf7125a7ab526b4896a29b26be)) * invalid exchange loss booking on invoice againts base accounts ([a27f386](https://github.com/frappe/erpnext/commit/a27f386665612da003420e3a9509b996e3b791f7)) * missing range for ageing summary ([9f0ad7a](https://github.com/frappe/erpnext/commit/9f0ad7a4ea415a8b2f94631338810d2cc00f94d0)) * provisional entry for non-stock item ([0aef7f9](https://github.com/frappe/erpnext/commit/0aef7f9671477d9fa86b9312472882954dd6571b)) * **Supplier Quotation Comparison:** group by options ([cfed706](https://github.com/frappe/erpnext/commit/cfed706c150f3bf803faeed0605ff1a0ebd078ad)) * Update Existing Price List Rate not working (backport [#40333](https://github.com/frappe/erpnext/issues/40333)) ([#40526](https://github.com/frappe/erpnext/issues/40526)) ([64f1844](https://github.com/frappe/erpnext/commit/64f1844bc89b114856f3dceb6b3ba9099cd9c18b)) * warehouse issue in pick list ([#40453](https://github.com/frappe/erpnext/issues/40453)) ([5a2eaf9](https://github.com/frappe/erpnext/commit/5a2eaf90923c245d5b366718164355e9d4a0e120)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index d8d9b10d319..1f8b719b760 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.65.3" +__version__ = "14.65.4" def get_default_company(user=None):