From d5c26efb8c06af52f89eb43aab3bfb45f5753b20 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 17 Jan 2024 17:06:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.10.2 ## [15.10.2](https://github.com/frappe/erpnext/compare/v15.10.1...v15.10.2) (2024-01-17) ### Bug Fixes * added indexing to improve performance ([50fe419](https://github.com/frappe/erpnext/commit/50fe4191d37172381f1a41b7fec1abbc4d1a2b56)) * added item group in stock reco ([eec6c25](https://github.com/frappe/erpnext/commit/eec6c25f9e386294d08b44430219de385050856b)) * Asset module tests ([9e33216](https://github.com/frappe/erpnext/commit/9e33216c24d211056ddfe444a3ac5f18983f3cd9)) * asset WDV depreciation calc according to IT act ([2448ba6](https://github.com/frappe/erpnext/commit/2448ba6bc4da574907101b4d6b9ebd79e9a1d8d9)) * batches not coming correctly in the batch selector ([1394a1c](https://github.com/frappe/erpnext/commit/1394a1c5e99a9d5d50c3fa839f40b376aa55a8e0)) * broken dimension filters in Sales/Purchase register ([04037b7](https://github.com/frappe/erpnext/commit/04037b7e386bc7a0fb178d5e1fa232b951435d2a)) * Cancel asset capitalisation record on cancellation of asset and vice-versa ([011c5a6](https://github.com/frappe/erpnext/commit/011c5a69f0af1d129e3de12da651074cf6817a3e)) * circular dependency error while deleting QC ([7ca8e49](https://github.com/frappe/erpnext/commit/7ca8e49b389b68e07c81fcf8e38aa830767fd04a)) * composite asset capitalization using asset components ([8bc8bc1](https://github.com/frappe/erpnext/commit/8bc8bc1822bb2681497c414979424efe0e74bd23)) * consider all years in holiday list ([21eed78](https://github.com/frappe/erpnext/commit/21eed78fa1b7a8c6f8419aa29223301655e5a817)) * consistency in display reserved_stock checkbox on Sales Order Item according global settings and item.is_stock_item (backport [#38322](https://github.com/frappe/erpnext/issues/38322)) ([#39417](https://github.com/frappe/erpnext/issues/39417)) ([53f61f1](https://github.com/frappe/erpnext/commit/53f61f1ad171e42c694311191204e2b82bd91dbb)) * date in master document for dictionary condition ([9aae439](https://github.com/frappe/erpnext/commit/9aae439b1f773ce634c41fe4d63a57169978b23a)) * fetch name for fy ([53208df](https://github.com/frappe/erpnext/commit/53208dfb3e67fd18626a447826a3152624c0287f)) * Ignore default payment terms template for opening invoices ([5dc2e80](https://github.com/frappe/erpnext/commit/5dc2e80987f2d8fea0513f05bcd5006f5d13da08)) * incorrect percentage received in purchase invoice ([758b9b8](https://github.com/frappe/erpnext/commit/758b9b8a81d018933702b1929b6041613b0922b7)) * incorrect sql error if account name has '%' ([b43f703](https://github.com/frappe/erpnext/commit/b43f70325c89f2b18e9e8467ccd7e6c8971794f3)) * modified date ([cd870ee](https://github.com/frappe/erpnext/commit/cd870ee30ca0004e66b094dbc51aa2943cd40a0e)) * modified date ([f048017](https://github.com/frappe/erpnext/commit/f0480173fbac4ec727ca4e75fe79b896e2947c25)) * modified date was not set ([2dc8686](https://github.com/frappe/erpnext/commit/2dc8686a81509dfcc93936a690f34a5892d0b39c)) * modified date was not updated ([61595c7](https://github.com/frappe/erpnext/commit/61595c7ede5ed4c61b9ca2cd28f7dd7e901997c1)) * performance issue related to stock entry (backport [#39301](https://github.com/frappe/erpnext/issues/39301)) ([#39303](https://github.com/frappe/erpnext/issues/39303)) ([d882305](https://github.com/frappe/erpnext/commit/d882305c72fbe10f2c096a52345128a32e1ac019)) * permission issue for the BIN ([8816b27](https://github.com/frappe/erpnext/commit/8816b2740acefdb468fa370524b0ba3a9d4f0399)) * possible typerror in utils.js ([80956b7](https://github.com/frappe/erpnext/commit/80956b795605dbb8ff04420e6e735acf1bf504b6)) * project filters on Delivery Note and Sales Order ([a51f956](https://github.com/frappe/erpnext/commit/a51f956f3e8cc8285350335bffa7b0e7706a8b27)) * project query controller logic ([07e2901](https://github.com/frappe/erpnext/commit/07e2901e4b47fbcba86ed1c5fc290097398aeb31)) * reset default after test ([e6f3a14](https://github.com/frappe/erpnext/commit/e6f3a14289e8a52864792bd9498eca3f31077ba7)) * SBB Total Qty validation for SE ([ca18853](https://github.com/frappe/erpnext/commit/ca18853785757380a6070f36c0d907693de6b167)) * test for asset depreciation ([ff1647a](https://github.com/frappe/erpnext/commit/ff1647a1d294793be3fb5f36b8931b4669858dda)) * **test:** test case for project query ([1b8f572](https://github.com/frappe/erpnext/commit/1b8f572e802186f8b5e6396f8634c0076625ef35)) * unreconcile Bank Transaction on cancel of payment voucher ([16860c2](https://github.com/frappe/erpnext/commit/16860c228da0a3452fa89dcae6fe169698c6ddbe)) * Update subscription period ([e219042](https://github.com/frappe/erpnext/commit/e219042304229c96a6be9694ee96bcbe5c544946)) * use child table values instead of global min max ([04c96dd](https://github.com/frappe/erpnext/commit/04c96ddc6c1337547f479a0874816d4faacfb80d)) * WDV as per IT Act: calculate yearly amount first and then split it based on months ([e3cd35b](https://github.com/frappe/erpnext/commit/e3cd35b9594f78cfcccab1472cb9ba4bc9ba3632)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 183bec3dec..3741ca689b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.10.1" +__version__ = "15.10.2" def get_default_company(user=None):