From 14f7aef4d0aba241b43df0f2fc43c787eeae1007 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 21 Mar 2024 17:33:34 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.65.6 ## [14.65.6](https://github.com/frappe/erpnext/compare/v14.65.5...v14.65.6) (2024-03-21) ### Bug Fixes * rate not fetching from the item price ([18279a6](https://github.com/frappe/erpnext/commit/18279a6dbdce61a7f64992446744fd26f3c009f4)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 0e033b3d6e9..3988e961b8d 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.65.5" +__version__ = "14.65.6" def get_default_company(user=None):