From 7ec320fa40f5f314e277f700e976ad6b2a20379c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 14 Jun 2022 12:21:06 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.11.0 # [5.11.0](https://github.com/frappe/bench/compare/v5.10.1...v5.11.0) (2022-06-14) ### Features * Support Frappe app distributions with pyproject.toml ([800394c](https://github.com/frappe/bench/commit/800394cdda099a50b1b4264e31bc09145870d450)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 5eb6c183..4e75da86 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.10.1" +VERSION = "5.11.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None