From 246f4373b55d4ae47b891238acf63a42a36c6735 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 9 Jan 2025 09:31:15 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.48.1 ## [15.48.1](https://github.com/frappe/erpnext/compare/v15.48.0...v15.48.1) (2025-01-09) ### Bug Fixes * not able to see create Quality Inspection button ([5d7a3b5](https://github.com/frappe/erpnext/commit/5d7a3b59799f1871ac978438c7cac3003fcbd6a1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7354e28f238..67248b1c1d6 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.48.0" +__version__ = "15.48.1" def get_default_company(user=None):