From 62d040a9f6c41cb50d01e9613a2aac8e1cca0e40 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 8 Aug 2023 16:40:07 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.17.0 # [5.17.0](https://github.com/frappe/bench/compare/v5.16.4...v5.17.0) (2023-08-08) ### Features * Multi queue consumption ([#1475](https://github.com/frappe/bench/issues/1475)) ([5a2c052](https://github.com/frappe/bench/commit/5a2c052b9bee0a7d7e6247ed7e07d83274662960)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 59d6fa5f..15479291 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.16.4" +VERSION = "5.17.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None