chore(release): Bumped to Version 14.5.1

## [14.5.1](https://github.com/frappe/erpnext/compare/v14.5.0...v14.5.1) (2022-11-03)

### Bug Fixes

* not able to select customer / supplier ([dd4dbd4](dd4dbd4b00))
This commit is contained in:
Frappe PR Bot
2022-11-03 08:07:36 +00:00
parent 074c75252a
commit 3967773fbe

View File

@@ -2,7 +2,7 @@ import inspect
import frappe
__version__ = "14.5.0"
__version__ = "14.5.1"
def get_default_company(user=None):