From f723d7b5613418659f99c5ad961ecf43e926763e Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 22 Feb 2024 11:14:07 +0000 Subject: [PATCH] chore(release): Bumped to Version 15.14.6 ## [15.14.6](https://github.com/frappe/erpnext/compare/v15.14.5...v15.14.6) (2024-02-22) ### Bug Fixes * communication_date in party dashboards (backport [#40005](https://github.com/frappe/erpnext/issues/40005)) ([#40043](https://github.com/frappe/erpnext/issues/40043)) ([6662c32](https://github.com/frappe/erpnext/commit/6662c321a5b32b4c165a8784d2c39f3a7fa59a2c)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 19fc07d3e23..8a66788a020 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "15.14.5" +__version__ = "15.14.6" def get_default_company(user=None):