From 1b4b186bed7d7698c0f03f5ea1d7a6cf9b10a697 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 10 Dec 2021 07:16:18 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.7.1 ## [5.7.1](https://github.com/frappe/bench/compare/v5.7.0...v5.7.1) (2021-12-10) ### Bug Fixes * process SSH git URLs ([c8494cf](https://github.com/frappe/bench/commit/c8494cffa6643f0ad2d586bde905b944df5d3f8d)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 4a775601..57dd423b 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.7.0" +VERSION = "5.7.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None