From ddcf555486e550b831e9d2610b7d6ecfaed36492 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 11 Aug 2023 13:28:22 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.34.3 ## [14.34.3](https://github.com/frappe/erpnext/compare/v14.34.2...v14.34.3) (2023-08-11) ### Bug Fixes * wrap none type rate under flt (backport [#36602](https://github.com/frappe/erpnext/issues/36602)) (backport [#36604](https://github.com/frappe/erpnext/issues/36604)) ([#36605](https://github.com/frappe/erpnext/issues/36605)) ([e4e1f03](https://github.com/frappe/erpnext/commit/e4e1f03bacc1b0093063a57e554cb8e94e0cba27)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2d9400749ff..24573a20c12 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.34.2" +__version__ = "14.34.3" def get_default_company(user=None):