chore(release): Bumped to Version 14.47.1

## [14.47.1](https://github.com/frappe/erpnext/compare/v14.47.0...v14.47.1) (2023-11-08)

### Bug Fixes

* asset depreciation ledger (backport [#37991](https://github.com/frappe/erpnext/issues/37991)) ([#37992](https://github.com/frappe/erpnext/issues/37992)) ([0ac78a9](0ac78a96a9))
This commit is contained in:
Frappe PR Bot
2023-11-08 18:40:20 +00:00
parent 0532f72cb1
commit 3f433b1b8b

View File

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