From 7e7eb95934e7a4a686e410727269fa845bf17dee Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 28 Dec 2023 05:55:23 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.8.1 ## [15.8.1](https://github.com/frappe/erpnext/compare/v15.8.0...v15.8.1) (2023-12-28) ### Bug Fixes * not able to cancel sales invoice (backport [#38979](https://github.com/frappe/erpnext/issues/38979)) (backport [#38980](https://github.com/frappe/erpnext/issues/38980)) ([#38981](https://github.com/frappe/erpnext/issues/38981)) ([83e62bb](https://github.com/frappe/erpnext/commit/83e62bbaad38cef5b12d1e258faf5880856ce156)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8c4eef76e93..98ed79bc435 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.8.0" +__version__ = "15.8.1" def get_default_company(user=None):