2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

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](965e178e83))
* restart proc manager if set in config ([#1391](https://github.com/frappe/bench/issues/1391)) ([c59d1ed](c59d1edee5))

### Features

* add `max_requests` to gunicorn args ([b57838f](b57838f366))

### Performance Improvements

* single worker in development install ([#1392](https://github.com/frappe/bench/issues/1392)) ([9c80f5d](9c80f5d24f))
This commit is contained in:
semantic-release-bot 2022-11-28 07:43:56 +00:00
parent c886d74a03
commit 62202039ad

View File

@ -1,4 +1,4 @@
VERSION = "5.14.4"
VERSION = "5.15.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None