chore(release): Bumped to Version 15.13.0

# [15.13.0](https://github.com/frappe/erpnext/compare/v15.12.2...v15.13.0) (2024-02-11)

### Features

* get RM costs from consumption entry in manufacture SE (backport [#39822](https://github.com/frappe/erpnext/issues/39822)) (backport [#39847](https://github.com/frappe/erpnext/issues/39847)) ([#39849](https://github.com/frappe/erpnext/issues/39849)) ([beb4137](beb4137dac))
This commit is contained in:
Frappe PR Bot 2024-02-11 12:20:07 +00:00
parent beb4137dac
commit a29468f6fe

View File

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