From 74049119408ab40d6cb0d99bb8d7645683ee66ed Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 12 Oct 2024 15:51:49 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.74.5 ## [14.74.5](https://github.com/frappe/erpnext/compare/v14.74.4...v14.74.5) (2024-10-12) ### Bug Fixes * validation for corrective job card (backport [#43555](https://github.com/frappe/erpnext/issues/43555)) (backport [#43558](https://github.com/frappe/erpnext/issues/43558)) ([#43628](https://github.com/frappe/erpnext/issues/43628)) ([ea0f044](https://github.com/frappe/erpnext/commit/ea0f044c48f1f1d6c59636a92b2085e61dd03ea0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index fbb82922339..04022e44c43 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.74.4" +__version__ = "14.74.5" def get_default_company(user=None):