From 109086229654fc2df57c585265490601b3d27bc2 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 18 Jul 2022 05:21:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.35.3 ## [13.35.3](https://github.com/frappe/erpnext/compare/v13.35.2...v13.35.3) (2022-07-18) ### Bug Fixes * (india) (e-invoice) CN / DN with 0 qty and discount issues ([425abcd](https://github.com/frappe/erpnext/commit/425abcdea7ef172049b261335e99340ebadad80c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3e81e7d474e..69fc7cbcdaa 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.35.2" +__version__ = "13.35.3" def get_default_company(user=None):