From 74650217c1ffb0cf37ff2a604e1ce882796c017d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 13 Jan 2025 08:20:40 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.48.3 ## [15.48.3](https://github.com/frappe/erpnext/compare/v15.48.2...v15.48.3) (2025-01-13) ### Bug Fixes * delivery_document_no column issue ([47a622d](https://github.com/frappe/erpnext/commit/47a622d0cb14f896cfc58154d37976cb6e729436)) * incorrect valuation rate for PI based revaluation ([23b846e](https://github.com/frappe/erpnext/commit/23b846ef39e1ddc0d7e0b44102d6e814d262cc0b)) * test case ([b75c736](https://github.com/frappe/erpnext/commit/b75c7364d605c0ac88f633d22d4e3d25d09c555c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index da80a88a542..d08d8de1832 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.48.2" +__version__ = "15.48.3" def get_default_company(user=None):