chore(release): Bumped to Version 14.35.2

## [14.35.2](https://github.com/frappe/erpnext/compare/v14.35.1...v14.35.2) (2023-08-18)

### Bug Fixes

* timeout error coming during reposting (backport [#36715](https://github.com/frappe/erpnext/issues/36715)) ([#36716](https://github.com/frappe/erpnext/issues/36716)) ([d5a596d](d5a596dff1))
This commit is contained in:
Frappe PR Bot
2023-08-18 15:30:59 +00:00
parent d5a596dff1
commit de3b67c327

View File

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