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](a20d78ad9e))
This commit is contained in:
Frappe PR Bot
2023-07-26 06:28:35 +00:00
parent bc2c7fe315
commit d9aa4057d7

View File

@@ -3,7 +3,7 @@ import inspect
import frappe
__version__ = "14.32.0"
__version__ = "14.32.1"
def get_default_company(user=None):