From d6168ca979572963a37a76643fde4c5cb87ae90a Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 19 Jul 2023 08:10:33 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.31.2 ## [14.31.2](https://github.com/frappe/erpnext/compare/v14.31.1...v14.31.2) (2023-07-19) ### Bug Fixes * Default fiscal year in accounting, buying and sellingcharts ([ceea8be](https://github.com/frappe/erpnext/commit/ceea8be483a371a288aa8a5bae8f9b291a3545ad)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index e433176ceb2..72a4fb10bca 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.31.1" +__version__ = "14.31.2" def get_default_company(user=None):