From a1842103b66682f3096686d640261d75a550ed00 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 4 May 2023 18:02:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.23.3 ## [14.23.3](https://github.com/frappe/erpnext/compare/v14.23.2...v14.23.3) (2023-05-04) ### Bug Fixes * internal transfer condition ([736c34e](https://github.com/frappe/erpnext/commit/736c34e61af457598d5fc0839169887a0a33e45f)) * not allow to transfer excess materials against the job card ([580641f](https://github.com/frappe/erpnext/commit/580641f55cb4fd1d2e2da638d9dee3c0b571310b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 6f54f99bb43..061b1617af1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.23.2" +__version__ = "14.23.3" def get_default_company(user=None):