chore(release): Bumped to Version 13.50.1

## [13.50.1](https://github.com/frappe/erpnext/compare/v13.50.0...v13.50.1) (2023-05-06)

### Bug Fixes

* handle empty FBs properly in TB and GL [v14] (backport [#35189](https://github.com/frappe/erpnext/issues/35189)) (backport [#35192](https://github.com/frappe/erpnext/issues/35192)) ([#35195](https://github.com/frappe/erpnext/issues/35195)) ([af8142c](af8142cf85))
This commit is contained in:
Frappe PR Bot
2023-05-06 18:13:48 +00:00
parent af8142cf85
commit 40cfd5215c

View File

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