From 62202039ad6fb8d3f12dc391ace705fa10a9b5d0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 28 Nov 2022 07:43:56 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.15.0 # [5.15.0](https://github.com/frappe/bench/compare/v5.14.4...v5.15.0) (2022-11-28) ### Bug Fixes * FileNotFound bug ([#1383](https://github.com/frappe/bench/issues/1383)) ([965e178](https://github.com/frappe/bench/commit/965e178e8329c3af3defed984f79354d5a7ffbd7)) * restart proc manager if set in config ([#1391](https://github.com/frappe/bench/issues/1391)) ([c59d1ed](https://github.com/frappe/bench/commit/c59d1edee5e2c22f55f91ac946df8e09535c8927)) ### Features * add `max_requests` to gunicorn args ([b57838f](https://github.com/frappe/bench/commit/b57838f36615b659930a4f38cfd14375097a8ad1)) ### Performance Improvements * single worker in development install ([#1392](https://github.com/frappe/bench/issues/1392)) ([9c80f5d](https://github.com/frappe/bench/commit/9c80f5d24f3e9a88531c7300f95ee7dc3839256d)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 3f1e747b..e3ff894a 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.14.4" +VERSION = "5.15.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None