From 9c01a5f7edf91b8b70ffad1d8a408354e9e285dc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 19 Feb 2024 05:33:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.3 ## [15.14.3](https://github.com/frappe/erpnext/compare/v15.14.2...v15.14.3) (2024-02-19) ### Bug Fixes * do not empty serial batch fields (backport [#39948](https://github.com/frappe/erpnext/issues/39948)) ([#39956](https://github.com/frappe/erpnext/issues/39956)) ([2db79cd](https://github.com/frappe/erpnext/commit/2db79cdf3bbed5278680ed732c2212f5cbf07a38)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 877b6cdac2..0eb42d222e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.14.2" +__version__ = "15.14.3" def get_default_company(user=None):