From d70c32880a502c05baf831f720369060e6d8db4a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Aug 2022 08:14:20 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.14.1 ## [5.14.1](https://github.com/frappe/bench/compare/v5.14.0...v5.14.1) (2022-08-07) ### Bug Fixes * dont use glob pattern for `python` exec ([dc047a5](https://github.com/frappe/bench/commit/dc047a5e7da4a7ae4d6ded8948d657d82caf1403)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 1a56a558..951f166a 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.14.0" +VERSION = "5.14.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None