From d9aa4057d7b27fbce195531c2552b5b8689624b6 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 26 Jul 2023 06:28:35 +0000 Subject: [PATCH] chore(release): Bumped to Version 14.32.1 ## [14.32.1](https://github.com/frappe/erpnext/compare/v14.32.0...v14.32.1) (2023-07-26) ### Bug Fixes * filter by cost center in trial balance ([a20d78a](https://github.com/frappe/erpnext/commit/a20d78ad9e17318ce9f5c5a1954a91f1a064a7ec)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 9d6576461f9..67700c52cd4 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import inspect import frappe -__version__ = "14.32.0" +__version__ = "14.32.1" def get_default_company(user=None):