From 20a26c3dd44a2a28af16ccd486594982498a9c3a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 14 Dec 2023 06:20:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.54.2 ## [14.54.2](https://github.com/frappe/erpnext/compare/v14.54.1...v14.54.2) (2023-12-14) ### Bug Fixes * fetch exc rate of multi currency journals ([cdef0bd](https://github.com/frappe/erpnext/commit/cdef0bd503cd6683283c2776f24daa070320297b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 380cd4477b0..585f8126daf 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.54.1" +__version__ = "14.54.2" def get_default_company(user=None):