From ff85f2a940cfc2fd079d9db869d74a512ddf78e4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 13 Dec 2023 18:49:38 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.6.1 ## [15.6.1](https://github.com/frappe/erpnext/compare/v15.6.0...v15.6.1) (2023-12-13) ### Bug Fixes * supplier removed on selection of item (backport [#38712](https://github.com/frappe/erpnext/issues/38712)) (backport [#38713](https://github.com/frappe/erpnext/issues/38713)) ([#38731](https://github.com/frappe/erpnext/issues/38731)) ([04c605d](https://github.com/frappe/erpnext/commit/04c605d76b82739c7d29551c8640ce45323c7506)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 31b72236fb2..606503dc922 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.6.0" +__version__ = "15.6.1" def get_default_company(user=None):