From a85792385338d1abb9b055d27e0cd4f10b3c5b85 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 30 Dec 2025 13:35:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.93.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [15.93.1](https://github.com/frappe/erpnext/compare/v15.93.0...v15.93.1) (2025-12-30) ### Bug Fixes * **accounts-payable-summary:** add Show GL Balance check similar to A… (backport [#50802](https://github.com/frappe/erpnext/issues/50802)) ([#50805](https://github.com/frappe/erpnext/issues/50805)) ([a04f560](https://github.com/frappe/erpnext/commit/a04f5600483fea35cec317b16027df930475a48b)) * **bank reconciliation tool:** carry bank account to payment entry ([cd930c0](https://github.com/frappe/erpnext/commit/cd930c05b8f27df65a2cbc0533fa7935d10406ba)) * **bank reconciliation tool:** fix incorrect bank account field mapping ([9ef0e8b](https://github.com/frappe/erpnext/commit/9ef0e8beb7c22085831fb91d60ec3c2edfdac6a7)) * expense_account query override in Purchase Receipt ([6f3904a](https://github.com/frappe/erpnext/commit/6f3904a20a4fdd117b6d8a4802d622b5e9415d8f)) * **payment entry:** clear party_name for internal transfer ([431e687](https://github.com/frappe/erpnext/commit/431e68741baded5b8d634b75cb8dc41d932d05f1)) * prevent reuse of serial no in manufacture and repack entry ([24f6f1e](https://github.com/frappe/erpnext/commit/24f6f1e434eeaad548a1ae464ded6277d5e51d1c)) * **repost accounting ledger:** prevent preview generation when no vouchers are selected ([93c1a3f](https://github.com/frappe/erpnext/commit/93c1a3f8f30a00b2ef5413b74ab653f39d080526)) * start reposting accounting ledger after commit ([e6acdf3](https://github.com/frappe/erpnext/commit/e6acdf36e2003d2110de29a4e0e5c7b0b10eb00a)) * **stock:** remove total bar in chart view ([d9888d5](https://github.com/frappe/erpnext/commit/d9888d51955e8136d0750ad7612ae06aea191467)) * updating base amounts through python for timesheet for v15 ([9d2e0f6](https://github.com/frappe/erpnext/commit/9d2e0f67d5de35b3f4413f0be6b553fda2978bc6)) * validate depreciation row values ([2f10b9c](https://github.com/frappe/erpnext/commit/2f10b9c5104367bbeaf90e6ed071d335967a8f34)) * validate party's existing transaction currency before merging ([1c40a61](https://github.com/frappe/erpnext/commit/1c40a61d236a6fe2bd4c3dc99714bb95ce7e58f1)) ### Performance Improvements * composite index for serial no ([507a561](https://github.com/frappe/erpnext/commit/507a561922bdd63273c15bd1dbdb4ea7fb1dbbf4)) * index for warehouse field ([4753594](https://github.com/frappe/erpnext/commit/4753594a26901a9d852d01d65690a4af514bfa70)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e163fab60a5..617f2df31a7 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.93.0" +__version__ = "15.93.1" def get_default_company(user=None):