From 6829f1432eb4d892045304ecfc0f66a4cb69754f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 3 Feb 2024 12:11:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.21.4 ## [5.21.4](https://github.com/frappe/bench/compare/v5.21.3...v5.21.4) (2024-02-03) ### Bug Fixes * RQ crashes on Mac ([#1529](https://github.com/frappe/bench/issues/1529)) ([f5ab045](https://github.com/frappe/bench/commit/f5ab0459ece1d845966a504ab6c8dbb4a542b1e1)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 21e531cf..ca64802e 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.21.3" +VERSION = "5.21.4" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None