From ec436c18a382f045480801fb7069446b34e7c647 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 28 Dec 2023 13:31:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.8.3 ## [15.8.3](https://github.com/frappe/erpnext/compare/v15.8.2...v15.8.3) (2023-12-28) ### Bug Fixes * auto fetch not working if bundle exists (backport [#39002](https://github.com/frappe/erpnext/issues/39002)) (backport [#39004](https://github.com/frappe/erpnext/issues/39004)) ([#39006](https://github.com/frappe/erpnext/issues/39006)) ([17bae5a](https://github.com/frappe/erpnext/commit/17bae5a5a16e8d52fa9b6d6c8423a526b12c19b5)) * serial and batch bundle company mandatory error (backport [#38994](https://github.com/frappe/erpnext/issues/38994)) (backport [#38999](https://github.com/frappe/erpnext/issues/38999)) ([#39003](https://github.com/frappe/erpnext/issues/39003)) ([027a75b](https://github.com/frappe/erpnext/commit/027a75bcb0e30cca09ecee0ff5d5bdfa378974d1)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7b60be7304..888160baf4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.8.2" +__version__ = "15.8.3" def get_default_company(user=None):