From 40cfd5215c17e3a4a3f8b3cbb3f04dd48362016a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 6 May 2023 18:13:48 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/af8142cf851566826ac5ca1bae701302e1632a4d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b9bfe64671e..4a9dc8dd91b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -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):