From fd76847cfaca701b9e174d14b3dc2fe861a699ad Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 16 Feb 2024 16:20:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.2 ## [15.14.2](https://github.com/frappe/erpnext/compare/v15.14.1...v15.14.2) (2024-02-16) ### Bug Fixes * batch filter not working in stock ledger report (backport [#39934](https://github.com/frappe/erpnext/issues/39934)) ([#39935](https://github.com/frappe/erpnext/issues/39935)) ([3cd3159](https://github.com/frappe/erpnext/commit/3cd315973ce44ef2d3dd7622fb0567cff6dc50c4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 94cb6452817..877b6cdac20 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.14.1" +__version__ = "15.14.2" def get_default_company(user=None):