From 6077cd8160304052a221acd641acaba6db4598c4 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Fri, 29 Mar 2024 05:41:25 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.18.2 ## [15.18.2](https://github.com/frappe/erpnext/compare/v15.18.1...v15.18.2) (2024-03-29) ### Bug Fixes * use sql to clear comments ([e2196ef](https://github.com/frappe/erpnext/commit/e2196efe1a1217d2795a465adfb9e7c5265274bc)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 7a2acfe0602..c47c67a190a 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.18.1" +__version__ = "15.18.2" def get_default_company(user=None):