From ad45063c76880a443c772a0ea3aa7ab6ca33da3c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 24 Jul 2025 01:39:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.71.1 ## [15.71.1](https://github.com/frappe/erpnext/compare/v15.71.0...v15.71.1) (2025-07-24) ### Bug Fixes * call hooks after gle & sle rename ([#48706](https://github.com/frappe/erpnext/issues/48706)) ([3d7185f](https://github.com/frappe/erpnext/commit/3d7185fad707614a69bd7f52738f704c3de8f8b0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ee8bdb28636..dcad5148e55 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.71.0" +__version__ = "15.71.1" def get_default_company(user=None):