From e9a9224ec4558622e646d1db9d4647790fd8ecdf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Jun 2026 10:43:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 16.25.0 # [16.25.0](https://github.com/frappe/erpnext/compare/v16.24.0...v16.25.0) (2026-06-24) ### Features * **accounts:** add configurable job timeout for Process Period Closing Voucher ([e71b066](https://github.com/frappe/erpnext/commit/e71b066eecd4be3d2a914e7ccbb8d169a1dd94cd)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3bd2b7ca7ea..e9347d1f1dd 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -6,7 +6,7 @@ import frappe from frappe.model.document import Document from frappe.utils.user import is_website_user -__version__ = "16.24.0" +__version__ = "16.25.0" def get_default_company(user=None):