From 56d83d44be2717ca6330e24d81005f050a83a1de Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 29 May 2024 07:54:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.26.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [15.26.0](https://github.com/frappe/erpnext/compare/v15.25.0...v15.26.0) (2024-05-29) ### Bug Fixes * add in some indices to speed up Purchase Order deletion ([3ed3b21](https://github.com/frappe/erpnext/commit/3ed3b214c881c0e5dd10eda8ae76364cf706630b)) * cost center filter according to the company in project ([193b844](https://github.com/frappe/erpnext/commit/193b844bf1ad0b514953b5ea59cf81cfaf46ffa3)) * cost center filter according to the company in project ([e6aaab3](https://github.com/frappe/erpnext/commit/e6aaab38b06f326b2133e7404d4d6deef1c777a5)) * cost center filter according to the company in project ([563e15e](https://github.com/frappe/erpnext/commit/563e15e1c8ece1071f71e8c9fb495ec0b410d580)) * multiple issues related to serial and batch bundle (backport [#41662](https://github.com/frappe/erpnext/issues/41662)) ([#41668](https://github.com/frappe/erpnext/issues/41668)) ([dc0bb22](https://github.com/frappe/erpnext/commit/dc0bb220ed2d7a7e0bb2db8d284480d051b9e221)) * not allow template item in product bundle item ([8fb3294](https://github.com/frappe/erpnext/commit/8fb329467458eb7317c7e5c31721ad351158e26b)) * not allow template item in product bundle item ([b64f5a4](https://github.com/frappe/erpnext/commit/b64f5a4e542f94c7b066532c665daf2437a5d76b)) * not allow template item in product bundle item - v15/v14 ([9864377](https://github.com/frappe/erpnext/commit/9864377b47800b86f4a0a63c1e0e6f3f35e170a8)) * opening stock not showing in the stock ledger report for the bat… (backport [#41584](https://github.com/frappe/erpnext/issues/41584)) ([#41590](https://github.com/frappe/erpnext/issues/41590)) ([162ec7d](https://github.com/frappe/erpnext/commit/162ec7d6e88fdab528e6c850ee5c3cccae7f1474)) * SCR batch qty issue (backport [#41595](https://github.com/frappe/erpnext/issues/41595)) ([#41599](https://github.com/frappe/erpnext/issues/41599)) ([17ea958](https://github.com/frappe/erpnext/commit/17ea95817051714a1cfc49d854047ca4c39fba55)) * set expense account as Assets RBNB only if it is booked in linked PR (backport [#41368](https://github.com/frappe/erpnext/issues/41368)) ([#41673](https://github.com/frappe/erpnext/issues/41673)) ([0a0970e](https://github.com/frappe/erpnext/commit/0a0970e0e7b4662e093189b692748b16cd1e7588)) * Unable to 'Get Suppliers' using tags in Request for Quotation (backport [#41626](https://github.com/frappe/erpnext/issues/41626)) ([#41627](https://github.com/frappe/erpnext/issues/41627)) ([ca855e8](https://github.com/frappe/erpnext/commit/ca855e8ab81214e6d05e53db023d53554fb5e62c)) ### Features * Add Party details to Serial No Ledger Report ([#41656](https://github.com/frappe/erpnext/issues/41656)) ([7462de6](https://github.com/frappe/erpnext/commit/7462de66ce099391bbb11f0c566c92136d9539c1)) ### Performance Improvements * sales order UI render (backport [#41591](https://github.com/frappe/erpnext/issues/41591)) ([#41592](https://github.com/frappe/erpnext/issues/41592)) ([09d112a](https://github.com/frappe/erpnext/commit/09d112a0616db7d998eb319dc9114a96fdba9a7f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e7adbd4e9e45..279827a6f6e1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "15.25.0" +__version__ = "15.26.0" def get_default_company(user=None):