From c1f7d5a2d1b4c8ffec4509dacb40d19ce1c87162 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 15 May 2024 13:27:07 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.23.3 ## [15.23.3](https://github.com/frappe/erpnext/compare/v15.23.2...v15.23.3) (2024-05-15) ### Bug Fixes * not able to submit landed cost voucher (backport [#41481](https://github.com/frappe/erpnext/issues/41481)) (backport [#41486](https://github.com/frappe/erpnext/issues/41486)) ([#41487](https://github.com/frappe/erpnext/issues/41487)) ([66684e7](https://github.com/frappe/erpnext/commit/66684e7e2386bd54727ceed877e5d5d881e02896)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a1f9b11f512..ca66978e7bb 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.23.2" +__version__ = "15.23.3" def get_default_company(user=None):