From cd4e5ece434fb70ec2c47af4ccd82b1a1c7d33fe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 4 Jan 2022 12:49:38 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.7.5 ## [5.7.5](https://github.com/frappe/bench/compare/v5.7.4...v5.7.5) (2022-01-04) ### Bug Fixes * Don't recompute URLs when name passed in App ([0898e2d](https://github.com/frappe/bench/commit/0898e2d2a21abb656262f0e10d2c310864822df6)) * Set remote_server attr "better" ([e3b9c2a](https://github.com/frappe/bench/commit/e3b9c2a239f020c4d64c67c8c48b856a8a164283)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 047f1b69..0b8a8a9d 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.7.4" +VERSION = "5.7.5" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None