From e733b41ab3f6d596d35b79bbc757b0d1665d859d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 16 Dec 2025 15:12:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.92.6 ## [14.92.6](https://github.com/frappe/erpnext/compare/v14.92.5...v14.92.6) (2025-12-16) ### Bug Fixes * **asset:** calculate depreciation amount for non prorata based schedules ([8de0d60](https://github.com/frappe/erpnext/commit/8de0d60581e39b86cbc236297ffcc383b5f502a6)) * **asset:** prorata daily depr amount calculation ([bc58fd1](https://github.com/frappe/erpnext/commit/bc58fd1fa4d2c6f690df299beb8d4e51ec1c48a4)) * **currency exchange settings:** added backward compatibility for frankfurter api ([a15b010](https://github.com/frappe/erpnext/commit/a15b0108682f3892aebfbf6d562776a3fa763368)) * **share balance:** use currency field instead of int for rate and amount ([a299392](https://github.com/frappe/erpnext/commit/a299392128d5c5652a66a163ddf6242bc82cbd9a)) * Short circuit guest perm checks ([6f6cbb7](https://github.com/frappe/erpnext/commit/6f6cbb717ef47483cafabdb2957ec7eb168a9b5b)) * **transaction-deletion:** Add virtual doctypes to the list of ignored doctypes (backport [#51063](https://github.com/frappe/erpnext/issues/51063)) ([#51086](https://github.com/frappe/erpnext/issues/51086)) ([67c0d08](https://github.com/frappe/erpnext/commit/67c0d08569d159b64444ab39f5962ad5e2856918)) * update expected schedules on test case test_schedule_for_straight_line_method_for_existing_asset ([6ea7393](https://github.com/frappe/erpnext/commit/6ea7393f7daa05ae989b91305edd75fc4b6bdabf)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 21035083c71..c92cc5aca95 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.92.5" +__version__ = "14.92.6" def get_default_company(user=None):