From 897a4678467aaa3d3856f2b3d0d954259532a3bc Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 12 May 2023 10:05:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.24.1 ## [14.24.1](https://github.com/frappe/erpnext/compare/v14.24.0...v14.24.1) (2023-05-12) ### Bug Fixes * bom item filter issue ([54e822d](https://github.com/frappe/erpnext/commit/54e822d83a97f04b76f54a03d5f02578561e1e68)) * enqueue submit/cancel action for stock entry to avoid time out error ([762a46a](https://github.com/frappe/erpnext/commit/762a46a5e3d1ba6094a0f91fdbfffaee89f65622)) * incorrect packing items ([b02ed0d](https://github.com/frappe/erpnext/commit/b02ed0d9a8b3c1031841361a0795c3e08804bab6)) * test case ([1783594](https://github.com/frappe/erpnext/commit/1783594178a7023b144a55021e3f5c8024729571)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1cfb81bc5b4..30029002af1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.24.0" +__version__ = "14.24.1" def get_default_company(user=None):