From f48ce906582cee31272300414b4387da56d47307 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 24 Oct 2024 08:22:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.39.3 ## [15.39.3](https://github.com/frappe/erpnext/compare/v15.39.2...v15.39.3) (2024-10-24) ### Bug Fixes * Unnecessary validation for non deferred sales invoices ([#43816](https://github.com/frappe/erpnext/issues/43816)) ([a79bc4d](https://github.com/frappe/erpnext/commit/a79bc4d35abbfb7597d7c01dbdb4f4cb798eeff6)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fea98a773745..645337290fbe 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.39.2" +__version__ = "15.39.3" def get_default_company(user=None):