From ca3827efeabdc00131a020a4e7646f38b8591894 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 27 Mar 2024 08:37:31 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.18.1 ## [15.18.1](https://github.com/frappe/erpnext/compare/v15.18.0...v15.18.1) (2024-03-27) ### Bug Fixes * rate changed on changing of the qty ([471f1c8](https://github.com/frappe/erpnext/commit/471f1c835cdcb3ccf682cd54cce74ad4b5620821)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 45a0773af79..7a2acfe0602 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.18.0" +__version__ = "15.18.1" def get_default_company(user=None):