From 9e824fc4fea15752ad3d5b788899ca54dc13a89c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 21 Feb 2025 10:01:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.53.1 ## [15.53.1](https://github.com/frappe/erpnext/compare/v15.53.0...v15.53.1) (2025-02-21) ### Bug Fixes * inventory dimension for maintence visit ([1d818e1](https://github.com/frappe/erpnext/commit/1d818e15109477abb5ae8789dba48af4efebc723)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 19ac3edc6ab..5c95b028429 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.53.0" +__version__ = "15.53.1" def get_default_company(user=None):