From 58eaaaa8ad1fb3ab5ec192a6ccdb616f7cbc8260 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 3 Nov 2023 16:29:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.46.3 ## [14.46.3](https://github.com/frappe/erpnext/compare/v14.46.2...v14.46.3) (2023-11-03) ### Bug Fixes * add missing disbursement account in update_old_loans patch ([00bbf0f](https://github.com/frappe/erpnext/commit/00bbf0fbc5d00d25f5ce708ba343919d3ef20a51)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ddbb924d5a4..7cb2ff14bc3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.46.2" +__version__ = "14.46.3" def get_default_company(user=None):