From 975010c987e884ebe61d896713086f7c92172d03 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 14 Jun 2023 15:21:49 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.27.3 ## [14.27.3](https://github.com/frappe/erpnext/compare/v14.27.2...v14.27.3) (2023-06-14) ### Bug Fixes * reference error while using exchange rate revaluation ([aa7c81a](https://github.com/frappe/erpnext/commit/aa7c81a0bca0bef94ed35616d51eea3dd372654d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7a3186804a3..433ea849005 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.27.2" +__version__ = "14.27.3" def get_default_company(user=None):