chore(release): Bumped to Version 15.12.1

## [15.12.1](https://github.com/frappe/erpnext/compare/v15.12.0...v15.12.1) (2024-02-07)

### Bug Fixes

* set rate for PO created against BO (backport [#39765](https://github.com/frappe/erpnext/issues/39765)) (backport [#39767](https://github.com/frappe/erpnext/issues/39767)) ([#39775](https://github.com/frappe/erpnext/issues/39775)) ([ae2a8db](ae2a8db0d7))
This commit is contained in:
Frappe PR Bot 2024-02-07 06:07:15 +00:00
parent ae2a8db0d7
commit 488e693ed8

View File

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