From afc87a4486d0a2e232ec0c5052d33ea2e92e1fcd Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 22 Feb 2024 05:38:47 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.5 ## [15.14.5](https://github.com/frappe/erpnext/compare/v15.14.4...v15.14.5) (2024-02-22) ### Bug Fixes * check for pricing rules on item ([5084b9b](https://github.com/frappe/erpnext/commit/5084b9bd4bb27d907edf5a70ad8d9dcd4913e3eb)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 48f2c15f8fb..19fc07d3e23 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.14.4" +__version__ = "15.14.5" def get_default_company(user=None):