chore(release): Bumped to Version 15.8.3

## [15.8.3](https://github.com/frappe/erpnext/compare/v15.8.2...v15.8.3) (2023-12-28)

### Bug Fixes

* auto fetch not working if bundle exists (backport [#39002](https://github.com/frappe/erpnext/issues/39002)) (backport [#39004](https://github.com/frappe/erpnext/issues/39004)) ([#39006](https://github.com/frappe/erpnext/issues/39006)) ([17bae5a](17bae5a5a1))
* serial and batch bundle company mandatory error (backport [#38994](https://github.com/frappe/erpnext/issues/38994)) (backport [#38999](https://github.com/frappe/erpnext/issues/38999)) ([#39003](https://github.com/frappe/erpnext/issues/39003)) ([027a75b](027a75bcb0))
This commit is contained in:
Frappe PR Bot 2023-12-28 13:31:04 +00:00
parent 17bae5a5a1
commit ec436c18a3

View File

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