From 6d6a3a10fbf981550101da28f88e50c9d1428c51 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 16 Feb 2024 10:29:29 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.1 ## [15.14.1](https://github.com/frappe/erpnext/compare/v15.14.0...v15.14.1) (2024-02-16) ### Bug Fixes * use serial batch fields not enabled for new stock entry ([72ff56b](https://github.com/frappe/erpnext/commit/72ff56be1368e933554de36cbfa8fa740e95cf60)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7b15096cf0..94cb645281 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.14.0" +__version__ = "15.14.1" def get_default_company(user=None):