From c39d02fa14c142ad8d2712ac475b281f3d65a1a1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 22 Mar 2024 10:30:44 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.17.5 ## [15.17.5](https://github.com/frappe/erpnext/compare/v15.17.4...v15.17.5) (2024-03-22) ### Bug Fixes * rate reset to zero ([1ed9133](https://github.com/frappe/erpnext/commit/1ed9133bb6d5f534344e946a9ff58ab7d3f79636)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e75c74ad17b..2237835b696 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.17.4" +__version__ = "15.17.5" def get_default_company(user=None):