Skip to content

Commit

Permalink
chore(release): Bumped to Version 5.15.0
Browse files Browse the repository at this point in the history
# [5.15.0](v5.14.4...v5.15.0) (2022-11-28)

### Bug Fixes

* FileNotFound bug ([#1383](#1383)) ([965e178](965e178))
* restart proc manager if set in config ([#1391](#1391)) ([c59d1ed](c59d1ed))

### Features

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

### Performance Improvements

* single worker in development install ([#1392](#1392)) ([9c80f5d](9c80f5d))
  • Loading branch information
semantic-release-bot committed Nov 28, 2022
1 parent c886d74 commit 6220203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "5.14.4"
VERSION = "5.15.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None
Expand Down

0 comments on commit 6220203

Please sign in to comment.