chore(release): Bumped to Version 13.54.13

## [13.54.13](https://github.com/frappe/erpnext/compare/v13.54.12...v13.54.13) (2023-11-22)

### Bug Fixes

* patch - Duplicate entry quality inspection parameter (backport [#38262](https://github.com/frappe/erpnext/issues/38262)) (backport [#38265](https://github.com/frappe/erpnext/issues/38265)) ([#38266](https://github.com/frappe/erpnext/issues/38266)) ([b28e29c](b28e29cab1))
This commit is contained in:
Frappe PR Bot
2023-11-22 08:53:41 +00:00
parent b28e29cab1
commit a37bdb54cd

View File

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