From 9aed4289397f33b8c6986aba7b277815fc625930 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 18 Dec 2024 09:10:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.46.1 ## [15.46.1](https://github.com/frappe/erpnext/compare/v15.46.0...v15.46.1) (2024-12-18) ### Bug Fixes * 'str' object has no attribute 'get_sql' ([8eb8cc5](https://github.com/frappe/erpnext/commit/8eb8cc5d3cd6cf530c4b20674d19e1b36a39ce6c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index ba7c7f49afb..e81409cf049 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import inspect import frappe from frappe.utils.user import is_website_user -__version__ = "15.46.0" +__version__ = "15.46.1" def get_default_company(user=None):