From 95197c05329aa7df6d2314f49de1b3d4a6ccef68 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 22 Feb 2024 13:01:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.63.3 ## [14.63.3](https://github.com/frappe/erpnext/compare/v14.63.2...v14.63.3) (2024-02-22) ### Bug Fixes * communication_date in party dashboards (backport [#40005](https://github.com/frappe/erpnext/issues/40005)) (backport [#40020](https://github.com/frappe/erpnext/issues/40020)) ([#40044](https://github.com/frappe/erpnext/issues/40044)) ([23e32b9](https://github.com/frappe/erpnext/commit/23e32b9b33e77ea3916e292c092cdfbedb9b309f)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 3e2d97eacc8..96f8ec27ec1 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.63.2" +__version__ = "14.63.3" def get_default_company(user=None):