From fcf9f82092c43147f599a2a20cf33f0d970c61b4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 27 Jun 2025 12:28:50 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.66.1 ## [15.66.1](https://github.com/frappe/erpnext/compare/v15.66.0...v15.66.1) (2025-06-27) ### Bug Fixes * not able to save material request ([a49026e](https://github.com/frappe/erpnext/commit/a49026e9d2eda85bf35dec5fd6fcfb3d83c1d2a7)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 046d8b4898d..4062c37ef2d 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.66.0" +__version__ = "15.66.1" def get_default_company(user=None):