From 5072e6b1dc3569701732f4b000fbf1aaff6e89ff Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 5 Jul 2022 08:55:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.35.0 # [13.35.0](https://github.com/frappe/erpnext/compare/v13.34.2...v13.35.0) (2022-07-05) ### Bug Fixes * **India:** Discounts in E-Invoicing ([9ba7290](https://github.com/frappe/erpnext/commit/9ba7290dc9c4643429c8c435c667f80b714bf3e7)) * Internal PI link in Sales Invoice ([8727a6c](https://github.com/frappe/erpnext/commit/8727a6c5da9a37ac2ec1d8b4c7c9c074ecf04b6d)) * Modify opts parameter misspell (backport [#31476](https://github.com/frappe/erpnext/issues/31476)) ([#31477](https://github.com/frappe/erpnext/issues/31477)) ([4d987a9](https://github.com/frappe/erpnext/commit/4d987a95108ca0c9c7371827155434fcc29a84a5)), closes [#31474](https://github.com/frappe/erpnext/issues/31474) * offset some scheduled jobs to avoid locks (backport [#31466](https://github.com/frappe/erpnext/issues/31466)) ([#31489](https://github.com/frappe/erpnext/issues/31489)) ([b1c6d78](https://github.com/frappe/erpnext/commit/b1c6d789a9c6412f69655e5cff482ddf8a466337)) * **UX:** dont apply price list when changing batch on mapped docs (backport [#31503](https://github.com/frappe/erpnext/issues/31503)) ([#31504](https://github.com/frappe/erpnext/issues/31504)) ([31fd263](https://github.com/frappe/erpnext/commit/31fd263825a811942d20e6a48b8d92c07b642f7d)) ### Features * Cash and Non trade discounts in Sales Invoice ([fd2ec25](https://github.com/frappe/erpnext/commit/fd2ec25588d1c9dbfcda37c07ddbcd01f9d4b6cc)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 50ba3ce22b2..cc07385f5ed 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.34.2" +__version__ = "13.35.0" def get_default_company(user=None):