From 488e693ed8a70bd04528cbcb67219b9f2914408b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 7 Feb 2024 06:07:15 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/ae2a8db0d71ac938c5e30fedf617aa8737ba4112)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7de4ba1e908..f3202ea37d2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.12.0" +__version__ = "15.12.1" def get_default_company(user=None):