From a3d4f63ba1f5f13616bbbcef25f79321d4763d04 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 29 Jan 2024 04:39:51 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.10.8 ## [15.10.8](https://github.com/frappe/erpnext/compare/v15.10.7...v15.10.8) (2024-01-29) ### Bug Fixes * not able to save subcontracting purchase receipt (old flow) (backport [#39590](https://github.com/frappe/erpnext/issues/39590)) (backport [#39592](https://github.com/frappe/erpnext/issues/39592)) ([#39608](https://github.com/frappe/erpnext/issues/39608)) ([ff166e8](https://github.com/frappe/erpnext/commit/ff166e8104ce8690a4926518468b3a7fdcade99f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 94390e5b67..e1d595ff3d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.10.7" +__version__ = "15.10.8" def get_default_company(user=None):