From 609bfaefba0b87ecb0f7458ed5356a801b77b08c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Mar 2025 14:13:24 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.83.3 ## [14.83.3](https://github.com/frappe/erpnext/compare/v14.83.2...v14.83.3) (2025-03-12) ### Bug Fixes * **account:** update account number from parent company ([1f54c27](https://github.com/frappe/erpnext/commit/1f54c272ac983bba48f21c66ffbf724b62eea9a4)) * not able to save work order with alternative item ([6ca1f9b](https://github.com/frappe/erpnext/commit/6ca1f9bc73ecf38380bf3cf5efa3439b682e9c16)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7692829dd90..f38db0fa210 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.83.2" +__version__ = "14.83.3" def get_default_company(user=None):