From ab30e2a9c72d7d2c4dae5fe2b46003c6fe0091d5 Mon Sep 17 00:00:00 2001 From: Frappe PR Bot Date: Tue, 10 Jan 2023 16:51:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 13.43.1 ## [13.43.1](https://github.com/frappe/erpnext/compare/v13.43.0...v13.43.1) (2023-01-10) ### Bug Fixes * better handling of duplicate bundle items ([0b952e8](https://github.com/frappe/erpnext/commit/0b952e8bba66032e296a83377afbf2438e49af8a)) * remove hard-coded roles for populating leave balance reports ([#249](https://github.com/frappe/erpnext/issues/249)) ([#33557](https://github.com/frappe/erpnext/issues/33557)) ([c20d469](https://github.com/frappe/erpnext/commit/c20d469f31be2421428783ca261c4206506e6b6e)) * remove unnecessary permissions from Appointment and Appointment Booking Settings ([#33468](https://github.com/frappe/erpnext/issues/33468)) ([a50ad1d](https://github.com/frappe/erpnext/commit/a50ad1d292249cc36da0c68412bd92911e2f6633)) --- erpnext/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/__init__.py b/erpnext/__init__.py index 76c78c6abc3..88850f6f141 100644 --- a/erpnext/__init__.py +++ b/erpnext/__init__.py @@ -4,7 +4,7 @@ import frappe from erpnext.hooks import regional_overrides -__version__ = "13.43.0" +__version__ = "13.43.1" def get_default_company(user=None):