From 72b4ed268a33e8d7a8315aed5a992fbdad156619 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 3 Aug 2022 11:22:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.13.4 ## [5.13.4](https://github.com/frappe/bench/compare/v5.13.3...v5.13.4) (2022-08-03) ### Bug Fixes * Remove broken import path ([2c5c28b](https://github.com/frappe/bench/commit/2c5c28bbe249aebb89b8a3e45c8a1f8c9aa6fd68)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 6c274f80..427bf47b 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.13.3" +VERSION = "5.13.4" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None