chore(release): Bumped to Version 13.36.1

## [13.36.1](https://github.com/frappe/erpnext/compare/v13.36.0...v13.36.1) (2022-07-21)

### Bug Fixes

* ensure defaults removed in bad frappe patch get set again (backport [#31659](https://github.com/frappe/erpnext/issues/31659)) ([2ae3bd9](2ae3bd9fed))
This commit is contained in:
Frappe PR Bot
2022-07-21 08:26:20 +00:00
parent 2ae3bd9fed
commit 69087b8790

View File

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