From 25ee3695f09f04c96e771138e02f68b2d3c8b8c1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Jun 2026 10:25:43 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.114.0 # [15.114.0](https://github.com/frappe/erpnext/compare/v15.113.0...v15.114.0) (2026-06-24) ### Features * **accounts:** add configurable job timeout for Process Period Closing Voucher ([82a8581](https://github.com/frappe/erpnext/commit/82a85818c2ff39354405245da2e82896853ca6b2)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 27882716199..e5a42e64646 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.113.0" +__version__ = "15.114.0" def get_default_company(user=None):