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](e71b066eec))
This commit is contained in:
Frappe PR Bot
2026-06-24 10:43:40 +00:00
parent b08de1f1e5
commit e9a9224ec4

View File

@@ -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):