From ed4b51b8960ce9252c0cc0eb8aedf680670c385f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 9 Jun 2023 11:55:59 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.16.3 ## [5.16.3](https://github.com/frappe/bench/compare/v5.16.2...v5.16.3) (2023-06-09) ### Bug Fixes * add customer background workers in group ([#1439](https://github.com/frappe/bench/issues/1439)) ([4ec73c3](https://github.com/frappe/bench/commit/4ec73c3b92065c6c31976e201feb9188dd23836e)) * Archive app for different repo/app names ([3af6058](https://github.com/frappe/bench/commit/3af6058d1bb41025a65b423af028657fe88500f0)) * easy-install for letsencrypt tls ([#1424](https://github.com/frappe/bench/issues/1424)) ([eba0f7a](https://github.com/frappe/bench/commit/eba0f7a54f5d08dc91e331af3edad9f0fbf196a3)) * Hide irrelevant stacks during exc raise ([8175239](https://github.com/frappe/bench/commit/817523943414345bdd161b50c263f634b7a8f70d)) * Print failing command with CommandFailedError ([a1d2c52](https://github.com/frappe/bench/commit/a1d2c5226b598ed4cfbb0a67b943bb6ab1ae825c)) * Remove except-pass ValueError ([d9c8335](https://github.com/frappe/bench/commit/d9c8335fbf3344c982b604ffd1507c4c0cd4ff11)) * resolve filesystem app dependencies ([#1450](https://github.com/frappe/bench/issues/1450)) ([f3b55f7](https://github.com/frappe/bench/commit/f3b55f7785710cf293aaa00a087b1bd7e760e7cf)) * Revert usage of app_name for repo name ([f7fbee9](https://github.com/frappe/bench/commit/f7fbee99d61a9fdf727a3efe1419eceb4148fb35)) * Setup exception handler for CommandFailedError only ([94a1b8c](https://github.com/frappe/bench/commit/94a1b8c3fb8bee513c02841f48a2d05ccaab6a53)) * Use == for dict comparison ([e80daf8](https://github.com/frappe/bench/commit/e80daf8c3e78ae5a675d5c9d1b75a92d1fe57eae)) * Use App.app_name over repo attr ([4f42392](https://github.com/frappe/bench/commit/4f423923b4c0aa646e9c4f1d7a04bf10bc420f61)) ### Reverts * Revert "fix: resolve filesystem app dependencies (#1450)" (#1452) ([082692c](https://github.com/frappe/bench/commit/082692cae2ceb26564e54d744531ac90c771188b)), closes [#1450](https://github.com/frappe/bench/issues/1450) [#1452](https://github.com/frappe/bench/issues/1452) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index b3fd179e..603a2f57 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.16.2" +VERSION = "5.16.3" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None