From c86e95e52422d395c8a4c76a83f5cbf3a2f86c11 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 26 Aug 2025 11:46:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.77.0 # [15.77.0](https://github.com/frappe/erpnext/compare/v15.76.0...v15.77.0) (2025-08-26) ### Bug Fixes * **asset:** handle None in depreciation value ([f231b1e](https://github.com/frappe/erpnext/commit/f231b1e32f89573d09a4d64117bdcc802c438ed6)) * child item picker picking all items when creating PI from PR ([edaff5d](https://github.com/frappe/erpnext/commit/edaff5d6993df85b5e978a9297a6e27b00a44a35)) * correct logic for warehouse field label ([0767c2e](https://github.com/frappe/erpnext/commit/0767c2e0f67407c8028064e1b121f418bda98993)) * correct typo in monthly auto exchange rate revaluation filter ([aa35770](https://github.com/frappe/erpnext/commit/aa35770423d313a3958938740d3eda4a67ef8d1b)) * handle all searchfields in items ([db4fc85](https://github.com/frappe/erpnext/commit/db4fc8545dc2394ad67057fdade4a69923b01e01)) * handle ple for immutable ledger ([756216b](https://github.com/frappe/erpnext/commit/756216b2cb71b93d347698dbdad7dd77e6f93529)) * incorrect pending qty when creating sales invoice from sales order ([54030eb](https://github.com/frappe/erpnext/commit/54030eb72110c65b496c49ebec0cf845d2578ac7)) * match warehouse only when `last_scanned_warehouse` field exists ([fbbd5a3](https://github.com/frappe/erpnext/commit/fbbd5a3af5e27545002796644812c0835ea90ca4)) * Serial Nos popup only appears 1 time ([1968120](https://github.com/frappe/erpnext/commit/196812017ee5641d6a39bf33930fe3b2b33b5d2d)) * set valid serial no naming series format ([bec385a](https://github.com/frappe/erpnext/commit/bec385a6676c0cf5dfb2a29f48e6de9a4e4799c6)) * set value for asset owner company field ([94cd454](https://github.com/frappe/erpnext/commit/94cd4549c695c2bffb014ad2981223d08739e3ba)) * **Supplier:** add make_method for Pricing Rule ([#49282](https://github.com/frappe/erpnext/issues/49282)) ([ba840d2](https://github.com/frappe/erpnext/commit/ba840d22e540988e77b61d68e2288e6cac3af4b3)) ### Features * add make methods for Bank Account (backport [#49000](https://github.com/frappe/erpnext/issues/49000)) ([#49275](https://github.com/frappe/erpnext/issues/49275)) ([655af24](https://github.com/frappe/erpnext/commit/655af2418342a372eea6d976a139c445573a4799)) * **payment-reconciliation:** add posting date field for debit/credit note auto jv creation ([083661b](https://github.com/frappe/erpnext/commit/083661b779533e3514fb5e1ebf2693578642bfd9)) * show title in link field for Project DocType ([#49265](https://github.com/frappe/erpnext/issues/49265)) ([c52f2c7](https://github.com/frappe/erpnext/commit/c52f2c75f6eceab1b03c0f008397883181ab057c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 08f4eca15a2..9720d19192b 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.76.0" +__version__ = "15.77.0" def get_default_company(user=None):