From bafb79db508b7cb5021a08944ddaead410c5dd9c Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Thu, 20 Jul 2023 14:42:49 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.31.3 ## [14.31.3](https://github.com/frappe/erpnext/compare/v14.31.2...v14.31.3) (2023-07-20) ### Bug Fixes * Trial Balance report considering cancelled entries ([c5e30f5](https://github.com/frappe/erpnext/commit/c5e30f53360ef30cae6db83f0f47917c2ec7d94d)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 72a4fb10bca..5bc2c53cdc3 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.31.2" +__version__ = "14.31.3" def get_default_company(user=None):