From 529943891dc57d8e1ee68fc6b689128755d24fb4 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Aug 2022 13:19:45 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.14.3 ## [5.14.3](https://github.com/frappe/bench/compare/v5.14.2...v5.14.3) (2022-08-28) ### Bug Fixes * bad URL in raw.githubusercontent.com ([#1363](https://github.com/frappe/bench/issues/1363)) ([589f7a4](https://github.com/frappe/bench/commit/589f7a400e5b613294a203e3c781be05ba5d73bb)) * parsing error ([#1364](https://github.com/frappe/bench/issues/1364)) ([4bc3a08](https://github.com/frappe/bench/commit/4bc3a086f2f433b99afb40bffab92f9c1de63ba6)) * use ref param instead of branch for get_required_deps (GitHub contents API) ([#1362](https://github.com/frappe/bench/issues/1362)) ([9131ba0](https://github.com/frappe/bench/commit/9131ba05dbc72c6a482b54219db8adad2adf9158)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index d8c9f945..23b27d14 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.14.2" +VERSION = "5.14.3" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None