From 8ad9d19a5674ca3e2e3dc85b7731fe033bf27bc4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Aug 2023 09:11:04 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.17.1 ## [5.17.1](https://github.com/frappe/bench/compare/v5.17.0...v5.17.1) (2023-08-29) ### Bug Fixes * port number mismatch when having multiple benches ([#1480](https://github.com/frappe/bench/issues/1480)) ([3c8cbbc](https://github.com/frappe/bench/commit/3c8cbbc023b551b56e7063fceb2d5e87f5b39317)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 15479291..803c2929 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.17.0" +VERSION = "5.17.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None