From c6b334894ee915c8496280dcff4b6cddbc68151a Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 17 Aug 2022 07:05:16 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.14.2 ## [5.14.2](https://github.com/frappe/bench/compare/v5.14.1...v5.14.2) (2022-08-17) ### Bug Fixes * **DX:** make warnings go to stderr ([b6b9481](https://github.com/frappe/bench/commit/b6b9481b7b11f5ef6b3c5f866483cfdbcace97a3)) * update check condition ([3e749ba](https://github.com/frappe/bench/commit/3e749ba547f80f40eefce7775ab5c2c6bbb8e8a9)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 951f166a..d8c9f945 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.14.1" +VERSION = "5.14.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None