From f532e0b67c41a120ab80f8bab12deb26cb0162af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 4 Aug 2022 10:52:09 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.14.0 # [5.14.0](https://github.com/frappe/bench/compare/v5.13.4...v5.14.0) (2022-08-04) ### Bug Fixes * **nginx:** Allow specifying log_format setting ([bbf0169](https://github.com/frappe/bench/commit/bbf016999450943bc0f7917191265183cf41e265)) * **patch:** Rename parent dir instead of moving individual dirs ([0bd0717](https://github.com/frappe/bench/commit/0bd0717f24936a51c209fad30ddcfdc3c4e83390)) ### Features * Allow skipping supervisord config check in setup supervisor ([a3af905](https://github.com/frappe/bench/commit/a3af905d929fd1e69e35561d9601d56951650444)) * **nginx:** Allow logging settings as site/combined/none ([5370129](https://github.com/frappe/bench/commit/537012928384b479fd2307b43c90ea768d3d9d39)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 427bf47b..1a56a558 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.13.4" +VERSION = "5.14.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None