From de3b67c32749520808137aaabc609adea0dfb984 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 18 Aug 2023 15:30:59 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/d5a596dff117522b5986a0509d0f16ca279d0e9b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 8d4340c59de..ae6060e3d62 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.35.1" +__version__ = "14.35.2" def get_default_company(user=None):