From a29468f6fe7bfc1b244b3fd329f9e7a28c8e28bc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sun, 11 Feb 2024 12:20:07 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/beb4137dacbbb9365d12e142ec0a1da1d8e8762c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0f553ba9e95f..f6e585d4d0b0 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "15.12.2" +__version__ = "15.13.0" def get_default_company(user=None):