From 561f6a7af7d19096793503f28ef7e406a2bc4ff8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 14 Mar 2024 06:01:38 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.65.2 ## [14.65.2](https://github.com/frappe/erpnext/compare/v14.65.1...v14.65.2) (2024-03-14) ### Bug Fixes * added index for price_list column in Item Price ([d279e23](https://github.com/frappe/erpnext/commit/d279e23623f13f93c6f7c870fef0c2335e6d2b15)) * Book depreciation until the asset disposal date and removed unwanted commits ([5fcf8c5](https://github.com/frappe/erpnext/commit/5fcf8c588a2e365ce8670fa3e1d05e4dee359316)) * convert str to date ([34c3e75](https://github.com/frappe/erpnext/commit/34c3e75d5c9fe57a16ac573a3f8567488b06a794)) * flaky Accounts Receivable test case ([41bda58](https://github.com/frappe/erpnext/commit/41bda583e86be7686c1a68e90a50de9da8f2534d)) * incorrect gross profit on the quotation (backport [#40438](https://github.com/frappe/erpnext/issues/40438)) ([#40441](https://github.com/frappe/erpnext/issues/40441)) ([fe54590](https://github.com/frappe/erpnext/commit/fe54590af7953a5cd96875e2d738e4dc61b4af39)) * linter issues ([ac0dd50](https://github.com/frappe/erpnext/commit/ac0dd5083fd958edd03e779617c183eb7a8d8c4f)) * linter issues ([668a931](https://github.com/frappe/erpnext/commit/668a93128b12f0c1d0379779fa312841c5428675)) * linter issues ([acc0b2f](https://github.com/frappe/erpnext/commit/acc0b2faf82c2b352cc2caf14ef26e6e55f34230)) * minor fixes ([5cd9bf3](https://github.com/frappe/erpnext/commit/5cd9bf3bda1c63fc04b6b4db8ddfdb2f9c7b456e)) * Patch to remove cancelled asset capitalization from asset ([23e256a](https://github.com/frappe/erpnext/commit/23e256aedf65c8ad9fb39a507772798a374a209a)) * Reload document on cancel to avoid document modified error ([c7ed854](https://github.com/frappe/erpnext/commit/c7ed854850739d39442828019d6a813c5aa064fc)) * **test:** manually filter rows and assert ([5fe200b](https://github.com/frappe/erpnext/commit/5fe200bc4d2923b474008d682ecc126caa947be8)) ### Performance Improvements * Cache accounting dimension filter map ([e4bd173](https://github.com/frappe/erpnext/commit/e4bd1738752896e9a50231561c8ca5f3a2ee15c5)) * Cached accounting dimensions details ([8cd8b8f](https://github.com/frappe/erpnext/commit/8cd8b8f885419fac8297b171e90be7657357a0e3)) * Caching in checking allowance for qty and amount ([8d682fa](https://github.com/frappe/erpnext/commit/8d682fa8840ef69a1d8a78e4bb418668f251585b)) * Caching in gl entry ([b07769d](https://github.com/frappe/erpnext/commit/b07769d8d7890580a9c47598bd166347ca8c1aec)) * Get bin details only for stock items ([6ff9e6e](https://github.com/frappe/erpnext/commit/6ff9e6ee848e68c1d84bc17ad682b376214c5d59)) * Optimization for providional gl entries ([d7b738f](https://github.com/frappe/erpnext/commit/d7b738ff61e0ebab62ff2c15247f90b79401e9a4)) * Optimzed code for merging similar gl entries ([aa75a60](https://github.com/frappe/erpnext/commit/aa75a6014264853668acd15e996e8fd0af8e7ebe)) * Performance optimization for validating budget ([f204d81](https://github.com/frappe/erpnext/commit/f204d810bba5a6fdb3137b780489907c30b650fc)) * refactored handling provisional gl entries for non-stock items ([49c7436](https://github.com/frappe/erpnext/commit/49c74369a58c313f114a8a9d99bb3b316febe4cf)) * skip unnecessary validation while transaction cancellation ([05385e4](https://github.com/frappe/erpnext/commit/05385e4acb0f3af7e9cd19c752df8d7287f73401)) * validate expense against budget only if budget exists ([c15b2d5](https://github.com/frappe/erpnext/commit/c15b2d5490975a2eb69ee0819611bc46fcd0dd3e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b0abaca6c36..5d79e3b4dbe 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.65.1" +__version__ = "14.65.2" def get_default_company(user=None):