chore(release): Bumped to Version 14.43.0

# [14.43.0](https://github.com/frappe/erpnext/compare/v14.42.0...v14.43.0) (2023-10-04)

### Features

* composite WIP asset (backport [#37352](https://github.com/frappe/erpnext/issues/37352)) ([#37360](https://github.com/frappe/erpnext/issues/37360)) ([6947686](6947686141))
This commit is contained in:
Frappe PR Bot
2023-10-04 14:18:28 +00:00
parent 6947686141
commit cf9fc552f0

View File

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