From 7b6f25cb9e02e8f6e624ba7751c68e66ffc28a55 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 30 Nov 2023 11:36:02 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.52.1 ## [14.52.1](https://github.com/frappe/erpnext/compare/v14.52.0...v14.52.1) (2023-11-30) ### Bug Fixes * use flt on outstanding on AR/AP summary report ([161b0da](https://github.com/frappe/erpnext/commit/161b0da29a8facac1c31d4aa064590ad94c43ba5)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index a589fba0f76..ca5062d835e 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.52.0" +__version__ = "14.52.1" def get_default_company(user=None):