From 751fbd679411b417a1b31f4f60dd2fd861e4443d Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 12 Jul 2022 09:29:26 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.35.2 ## [13.35.2](https://github.com/frappe/erpnext/compare/v13.35.1...v13.35.2) (2022-07-12) ### Bug Fixes * components in the same table don't get updated value of prev payment-days based component ([01beb6f](https://github.com/frappe/erpnext/commit/01beb6f39195d4d8ee7ffd8ddaffc3f037914ac7)) * conflicts ([2045df1](https://github.com/frappe/erpnext/commit/2045df19f99eb7886b20645fac9a210223d663b0)) * Incorrect provisional expense booking while reposting ([d182137](https://github.com/frappe/erpnext/commit/d182137ed17bd288f76318fdfe1aeb443d5e5b2c)) * timeout error while reposting ([07b80c2](https://github.com/frappe/erpnext/commit/07b80c295d4f81143b48a0a666b38c45f7e41be3)) * Use Contact Name instead of Supplier in RFQ Email ([b0e17de](https://github.com/frappe/erpnext/commit/b0e17dea2aa9abb1e57f03680b7799011ef9eb55)) * Use fallback conversion factor while setting incoming rate for petty purchase ([2a432c2](https://github.com/frappe/erpnext/commit/2a432c22d4c1891518cfd23a1a3028ccfc21fcfc)) * Validate payment-days-based dependent component ([a28c7cf](https://github.com/frappe/erpnext/commit/a28c7cf0943649e29447c191b64de64524848f36)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 063eacb711e..3e81e7d474e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.35.1" +__version__ = "13.35.2" def get_default_company(user=None):