From e0f8169e319fd5efb6c49a23d41176a2b96edacd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 24 Feb 2023 09:59:30 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.16.2 ## [5.16.2](https://github.com/frappe/bench/compare/v5.16.1...v5.16.2) (2023-02-24) ### Bug Fixes * Handle supervisor escalation better ([#1438](https://github.com/frappe/bench/issues/1438)) ([c690e8e](https://github.com/frappe/bench/commit/c690e8e7f53d20c2297734a0159f7b36d93a8f38)) * trigger release ([f374e80](https://github.com/frappe/bench/commit/f374e80bcc8b12c4297a3e4ee054fc641d1b256c)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 9ecc79cd..b3fd179e 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.16.1" +VERSION = "5.16.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None