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](46bea0e56f))
This commit is contained in:
Frappe PR Bot
2023-08-31 14:11:41 +00:00
parent 38d27a13c3
commit 09d9263082

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.37.0"
__version__ = "14.37.1"
def get_default_company(user=None):