From cf9fc552f0783afd66ade15461bb89f39d4abff1 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Wed, 4 Oct 2023 14:18:28 +0000 Subject: [PATCH] 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](https://github.com/frappe/erpnext/commit/69476861419f067ce6638063b3c2ca14ced04e7b)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index eb7d50ff1985..25e95bb009a6 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -3,7 +3,7 @@ import frappe -__version__ = "14.42.0" +__version__ = "14.43.0" def get_default_company(user=None):