From b34191e81f486a8ee1f04842490a61a9d99172a8 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 12 Jun 2024 11:32:40 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/a89b4f49fe9870065fee39a154b3a17e2d249f55)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index b3e5b4b6880..a84e8dcc6b3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.27.4" +__version__ = "15.27.5" def get_default_company(user=None):