From 449b64156075500d60a3707cece51b1b7bd9ddbf Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 6 Nov 2023 15:33:32 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.46.7 ## [14.46.7](https://github.com/frappe/erpnext/compare/v14.46.6...v14.46.7) (2023-11-06) ### Bug Fixes * typo in AR report ([d54e756](https://github.com/frappe/erpnext/commit/d54e756453bc3668e05d1761349d8fa582907571)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 10b12b68927..034b383ee08 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.46.6" +__version__ = "14.46.7" def get_default_company(user=None):