From 1380f7a7ec84bcf27646cba760e783bedbd1d20b Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 10 May 2023 05:40:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.50.2 ## [13.50.2](https://github.com/frappe/erpnext/compare/v13.50.1...v13.50.2) (2023-05-10) ### Bug Fixes * handle empty FBs properly in TB and GL [v14] (backport [#35189](https://github.com/frappe/erpnext/issues/35189)) ([#35192](https://github.com/frappe/erpnext/issues/35192)) ([e2af66c](https://github.com/frappe/erpnext/commit/e2af66c7beab2e1fd51e221f7440cb14ab15a316)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 4a9dc8dd91b..b09a9b28454 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.50.1" +__version__ = "13.50.2" def get_default_company(user=None):