From 21ad1dba19fc5bebde204810e9ee85df9d08c8ae Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 6 Nov 2023 06:42:02 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.46.5 ## [14.46.5](https://github.com/frappe/erpnext/compare/v14.46.4...v14.46.5) (2023-11-06) ### Bug Fixes * additional filter in ar/ap report ([930aee1](https://github.com/frappe/erpnext/commit/930aee1d702409ca89fe0841c3cda312554e0a0e)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ad4a6714b84..e057f3743d2 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.46.4" +__version__ = "14.46.5" def get_default_company(user=None):