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](83e62bbaad))
This commit is contained in:
Frappe PR Bot 2023-12-28 05:55:23 +00:00
parent 83e62bbaad
commit 7e7eb95934

View File

@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.8.0"
__version__ = "15.8.1"
def get_default_company(user=None):