From dc4bb2105766ac19a43708b880d1d53eedd475b8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Nov 2023 14:20:17 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.19.0 # [5.19.0](https://github.com/frappe/bench/compare/v5.18.0...v5.19.0) (2023-11-02) ### Bug Fixes * Prevent Gunicorn child workers hangup ([36f2194](https://github.com/frappe/bench/commit/36f2194865a2f6067639383612a648ce39feef84)) ### Features * flag to setup bench with developer mode enabled ([f29e25a](https://github.com/frappe/bench/commit/f29e25a5d22871ea7097fd0b6ed26fd31075a011)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 939e6250..6c676f76 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.18.0" +VERSION = "5.19.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None