From cacb53429cd8ea5e31b7e1f4251047d02e00cd2a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 17 Dec 2021 12:54:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.7.2 ## [5.7.2](https://github.com/frappe/bench/compare/v5.7.1...v5.7.2) (2021-12-17) ### Bug Fixes * process SSH git URLs ([660287a](https://github.com/frappe/bench/commit/660287a1a7ac0023acd177ae88aa9d14c88c063f)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 57dd423b..411a5b73 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.7.1" +VERSION = "5.7.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None