From e99ef572a20fcd9a4d02610d3f945f071c8051ee Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Sat, 22 Jun 2024 05:49:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.28.0 # [15.28.0](https://github.com/frappe/erpnext/compare/v15.27.7...v15.28.0) (2024-06-22) ### Features * default account head for operating cost (backport [#41985](https://github.com/frappe/erpnext/issues/41985)) ([#41987](https://github.com/frappe/erpnext/issues/41987)) ([6f3a6ca](https://github.com/frappe/erpnext/commit/6f3a6ca2ca43c2ee22385233ebf7f0cb2b6d69db)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9d0dfd8d741..3e0be774866 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.27.7" +__version__ = "15.28.0" def get_default_company(user=None):