From 2bf12a66838a07d35eba1d84c241796aadc63129 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Nov 2025 09:12:23 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.90.1 ## [15.90.1](https://github.com/frappe/erpnext/compare/v15.90.0...v15.90.1) (2025-11-26) ### Bug Fixes * enhance SalesOrderController setup method to call super.setup ([38c4453](https://github.com/frappe/erpnext/commit/38c44533b3da27e91d34a1d43cf9ab794660cfba)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f668df9ba00..a23b8c0be8f 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.90.0" +__version__ = "15.90.1" def get_default_company(user=None):