From 99338b6d0174f697fe157d0c21a582ce17c99941 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 2 Nov 2023 08:33:41 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.46.2 ## [14.46.2](https://github.com/frappe/erpnext/compare/v14.46.1...v14.46.2) (2023-11-02) ### Bug Fixes * `TypeError` in PR for non-stock item (backport [#37819](https://github.com/frappe/erpnext/issues/37819)) (backport [#37841](https://github.com/frappe/erpnext/issues/37841)) ([#37853](https://github.com/frappe/erpnext/issues/37853)) ([f6418c1](https://github.com/frappe/erpnext/commit/f6418c14ddbee812a0a719aed82dc5599c48ed02)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e9105db99a1..ddbb924d5a4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.46.1" +__version__ = "14.46.2" def get_default_company(user=None):