From 28f1f9355da9ad92733de78a141571c404755be1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 17 Sep 2024 05:00:07 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.35.2 ## [15.35.2](https://github.com/frappe/erpnext/compare/v15.35.1...v15.35.2) (2024-09-17) ### Bug Fixes * currency changing while making PO from Supplier Quotation (backport [#43187](https://github.com/frappe/erpnext/issues/43187)) ([#43205](https://github.com/frappe/erpnext/issues/43205)) ([2f56ba7](https://github.com/frappe/erpnext/commit/2f56ba7f428488c8a94160941df9c4d309dee5eb)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 50acf5dd033e..8d6e2cc0d181 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from frappe.utils.user import is_website_user -__version__ = "15.35.1" +__version__ = "15.35.2" def get_default_company(user=None):