chore(release): Bumped to Version 13.54.4

## [13.54.4](https://github.com/frappe/erpnext/compare/v13.54.3...v13.54.4) (2023-10-11)

### Bug Fixes

* negative valuation rate in PR return (backport [#37424](https://github.com/frappe/erpnext/issues/37424)) (backport [#37462](https://github.com/frappe/erpnext/issues/37462)) ([#37463](https://github.com/frappe/erpnext/issues/37463)) ([f6b3532](f6b35324ef))
This commit is contained in:
Frappe PR Bot
2023-10-11 14:24:45 +00:00
parent f6b35324ef
commit 35a62e2e8d

View File

@@ -4,7 +4,7 @@ import frappe
from erpnext.hooks import regional_overrides
__version__ = "13.54.3"
__version__ = "13.54.4"
def get_default_company(user=None):