From 7e8d2dc0fc106715301581912b97933a081ef294 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 19 Mar 2025 11:04:55 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.83.4 ## [14.83.4](https://github.com/frappe/erpnext/compare/v14.83.3...v14.83.4) (2025-03-19) ### Bug Fixes * fetch quality inspection parameter group ([6e497f7](https://github.com/frappe/erpnext/commit/6e497f73f1a5fe32733ffc17dbfba55de9c3c6e0)) * not able to make PR against stand alone Debit Note ([16fe53b](https://github.com/frappe/erpnext/commit/16fe53b8c765aee9e4942bd73d3bd6ccb8b2e05b)) * order by condition ([af3089b](https://github.com/frappe/erpnext/commit/af3089b96e914deae8b31ce338d5b90491d66589)) * repost future sle and gle after capitalization ([#46576](https://github.com/frappe/erpnext/issues/46576)) ([805549f](https://github.com/frappe/erpnext/commit/805549f793846e47ae5d5bf4b59419a58bef7bc4)) * set stock adjustment account in difference account ([6f0c67a](https://github.com/frappe/erpnext/commit/6f0c67a242f04f16603e1b2f31fb76d2d8592311)) * **Transaction Deletion Record:** sql syntax error while fetching lead address ([20b43b4](https://github.com/frappe/erpnext/commit/20b43b4d93082c13ce7157990f3f43f203b9dad0)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index f38db0fa210..edf1360090b 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.83.3" +__version__ = "14.83.4" def get_default_company(user=None):