chore(release): Bumped to Version 14.41.1

## [14.41.1](https://github.com/frappe/erpnext/compare/v14.41.0...v14.41.1) (2023-09-27)

### Bug Fixes

* trial balance report freezes when adding filters (backport [#37264](https://github.com/frappe/erpnext/issues/37264)) ([#37266](https://github.com/frappe/erpnext/issues/37266)) ([53817e4](53817e463f))
This commit is contained in:
Frappe PR Bot
2023-09-27 07:08:57 +00:00
parent 53817e463f
commit 1b86e7e2f5

View File

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