From fea51b708607a78a744f7ce851b2a460e90dcf55 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 4 Feb 2025 10:23:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.50.1 ## [15.50.1](https://github.com/frappe/erpnext/compare/v15.50.0...v15.50.1) (2025-02-04) ### Bug Fixes * not able to make manufacturing entry for alternate items ([32bfc2f](https://github.com/frappe/erpnext/commit/32bfc2f5553661c2ba46109e6b22bdbea963a108)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index dfdeee49bc9..18b66e88a64 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.50.0" +__version__ = "15.50.1" def get_default_company(user=None):