chore(release): Bumped to Version 13.29.2

## [13.29.2](https://github.com/frappe/erpnext/compare/v13.29.1...v13.29.2) (2022-05-13)

### Bug Fixes

* **patch:** avoid checking for return field if it doesnt exits (backport [#30995](https://github.com/frappe/erpnext/issues/30995)) ([#30997](https://github.com/frappe/erpnext/issues/30997)) ([752bda5](752bda5d84))
This commit is contained in:
Frappe PR Bot
2022-05-13 07:41:38 +00:00
parent e392f6ce31
commit 9ea017248d

View File

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