From 8c57e9f8c8c74a5d21893ea01d4e244d0401e8ab Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 7 Feb 2025 14:22:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.51.1 ## [15.51.1](https://github.com/frappe/erpnext/compare/v15.51.0...v15.51.1) (2025-02-07) ### Bug Fixes * update ctx to args ([13bebe7](https://github.com/frappe/erpnext/commit/13bebe71b0bcbdc7968433d070825c58136d6be1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ba69d17b797..a86ae74237c 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.0" +__version__ = "15.51.1" def get_default_company(user=None):