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](e4e1f03bac))
This commit is contained in:
Frappe PR Bot
2023-08-11 13:28:22 +00:00
parent e4e1f03bac
commit ddcf555486

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.34.2"
__version__ = "14.34.3"
def get_default_company(user=None):