From f25d65ecc40cfdedab4c6f7428dc7ae92d86944d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 26 Dec 2024 06:02:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.47.1 ## [15.47.1](https://github.com/frappe/erpnext/compare/v15.47.0...v15.47.1) (2024-12-26) ### Bug Fixes * allow zero valuation rate (backport [#44902](https://github.com/frappe/erpnext/issues/44902)) (backport [#44910](https://github.com/frappe/erpnext/issues/44910)) ([#44913](https://github.com/frappe/erpnext/issues/44913)) ([763951a](https://github.com/frappe/erpnext/commit/763951af277cd56427cc9569b516a42494ffa941)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4458398bfff..5b93888b84e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.47.0" +__version__ = "15.47.1" def get_default_company(user=None):