From 22f39350240ffbf2ac2b5527ba68859137291024 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Mon, 25 Mar 2024 02:55:11 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.17.6 ## [15.17.6](https://github.com/frappe/erpnext/compare/v15.17.5...v15.17.6) (2024-03-25) ### Bug Fixes * reset update outstanding flag for old records ([1753a13](https://github.com/frappe/erpnext/commit/1753a138e946e7f89ff5f82afb0979507494b68a)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 2237835b696..7f536a1c509 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.17.5" +__version__ = "15.17.6" def get_default_company(user=None):