From 1cd7088dab6570730a769845d79e8d1270e4c7ea Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 12 Dec 2022 08:42:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.15.2 ## [5.15.2](https://github.com/frappe/bench/compare/v5.15.1...v5.15.2) (2022-12-12) ### Bug Fixes * ignore supervisor restart failures where possible ([#1400](https://github.com/frappe/bench/issues/1400)) ([7a63f4f](https://github.com/frappe/bench/commit/7a63f4f461e7c62ec1973dde92620c27259f0d8c)) * install wheel in venv ([4996afb](https://github.com/frappe/bench/commit/4996afb012ef1f05e56e576bb472df9217b00a6b)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 42ed13fa..2eaa9069 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.15.1" +VERSION = "5.15.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None