From 6dfb207d247f6e65f16f13e957af48496dad9f5e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 2 Feb 2024 11:26:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.21.3 ## [5.21.3](https://github.com/frappe/bench/compare/v5.21.2...v5.21.3) (2024-02-02) ### Bug Fixes * coerce git_url to app_name ([54b514b](https://github.com/frappe/bench/commit/54b514b749f64a4857d9ff30788148a325a267e8)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 93ba5abf..21e531cf 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.21.2" +VERSION = "5.21.3" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None