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](6f3a6ca2ca))
This commit is contained in:
Frappe PR Bot
2024-06-22 05:49:34 +00:00
parent ea9095c824
commit e99ef572a2

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "15.27.7"
__version__ = "15.28.0"
def get_default_company(user=None):