From 5f8e6fb064270212b4f54093559dfb46e1796d99 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jan 2024 17:42:13 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.20.0 # [5.20.0](https://github.com/frappe/bench/compare/v5.19.0...v5.20.0) (2024-01-10) ### Bug Fixes * more reliable gunicorn restart ([2ec0c0a](https://github.com/frappe/bench/commit/2ec0c0a95ab896ed4d060b7774490015a2b3c320)) ### Features * pass verbose to npm install ([00391bf](https://github.com/frappe/bench/commit/00391bfeb90ad59da93059745473e1eac4e5a5d1)) * pass verbose to yarn install ([346d08d](https://github.com/frappe/bench/commit/346d08d30f1dcd660da3d449065f7b41e480d23d)) * **supervisor:** restart each group separately ([839bd7c](https://github.com/frappe/bench/commit/839bd7c630e82b89189da48fd67ecf6d7748bf79)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 6c676f765..ac54f0735 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.19.0" +VERSION = "5.20.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None