From 46ddb6131301e522a85e7007b34408d8e721dede Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 18 Feb 2022 07:37:14 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.7.6 ## [5.7.6](https://github.com/frappe/bench/compare/v5.7.5...v5.7.6) (2022-02-18) ### Bug Fixes * Update Click requirement ([3b0bcb7](https://github.com/frappe/bench/commit/3b0bcb7616f8a97e788758cde4ac46c3a1360ee0)) * use frappe13 in py 3.7 ([5b1b84b](https://github.com/frappe/bench/commit/5b1b84bc5f8938f48d4bc2c25e64b55c10ac0660)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 0b8a8a9d..de8e2c5f 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.7.5" +VERSION = "5.7.6" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None