From 8a356cbe51d23101a40b59b97ef91e5c18aedb18 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 15 Jan 2024 06:47:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.10.1 ## [15.10.1](https://github.com/frappe/erpnext/compare/v15.10.0...v15.10.1) (2024-01-15) ### Bug Fixes * SBB Total Qty validation for SE (backport [#39335](https://github.com/frappe/erpnext/issues/39335)) (backport [#39348](https://github.com/frappe/erpnext/issues/39348)) ([#39353](https://github.com/frappe/erpnext/issues/39353)) ([b8f4c31](https://github.com/frappe/erpnext/commit/b8f4c3193ab24def8b7daad1a1fa8a0817779c96)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 49bc8d31c5..183bec3dec 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.10.0" +__version__ = "15.10.1" def get_default_company(user=None):