From 09d9263082cb466d9b1a70dfb22867f2c1f222f2 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 31 Aug 2023 14:11:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.37.1 ## [14.37.1](https://github.com/frappe/erpnext/compare/v14.37.0...v14.37.1) (2023-08-31) ### Bug Fixes * calcuate received/paid amount on rate change in PE ([46bea0e](https://github.com/frappe/erpnext/commit/46bea0e56f45d81a1f06d78fd77e648888d9a179)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6248a1b510a..5d2189e7c11 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.37.0" +__version__ = "14.37.1" def get_default_company(user=None):