chore(release): Bumped to Version 15.27.5

## [15.27.5](https://github.com/frappe/erpnext/compare/v15.27.4...v15.27.5) (2024-06-12)

### Bug Fixes

* use invoice outstanding on Dunning ([#41817](https://github.com/frappe/erpnext/issues/41817)) ([a89b4f4](a89b4f49fe))
This commit is contained in:
Frappe PR Bot
2024-06-12 11:32:40 +00:00
parent 59be55fd8a
commit b34191e81f

View File

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