From fb76daaf9ee59a415af3017c5628659b04524549 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 29 Jun 2024 16:18:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.28.2 ## [15.28.2](https://github.com/frappe/erpnext/compare/v15.28.1...v15.28.2) (2024-06-29) ### Bug Fixes * expense account from item group not fetched (backport [#41957](https://github.com/frappe/erpnext/issues/41957)) ([#41962](https://github.com/frappe/erpnext/issues/41962)) ([d310074](https://github.com/frappe/erpnext/commit/d310074222a5937b37bcd201b88eff233154b7ad)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 1ac1954d093..4a9236066cc 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.28.1" +__version__ = "15.28.2" def get_default_company(user=None):