From cc195777f4ac85dd69cd370a683fba5f4210bc32 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 24 Jan 2024 07:59:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.10.5 ## [15.10.5](https://github.com/frappe/erpnext/compare/v15.10.4...v15.10.5) (2024-01-24) ### Bug Fixes * AttributeError in company transaction deletion ([3549cd3](https://github.com/frappe/erpnext/commit/3549cd39f14c15ead73e7b131d3cf1ab16a64a15)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index c16a517a1c6..9ac3ce7e619 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.10.4" +__version__ = "15.10.5" def get_default_company(user=None):