From b0c9fbe9fc861659fac5f65d0cc8cfdfd3a537a3 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 10 Feb 2025 16:28:24 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.51.2 ## [15.51.2](https://github.com/frappe/erpnext/compare/v15.51.1...v15.51.2) (2025-02-10) ### Bug Fixes * Attibute error `selling_price_list` ([e8fd2ee](https://github.com/frappe/erpnext/commit/e8fd2eeaa2e776dc14aa060d8109645f4cc7fd46)) * check_item_quality_inspection is not whitelisted ([d0dbfa1](https://github.com/frappe/erpnext/commit/d0dbfa1cbd39fc028c78a56758f89201101faf8e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a86ae74237c..6542e611c1e 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.51.1" +__version__ = "15.51.2" def get_default_company(user=None):