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.1...v5.15.0) (2023-01-02)

### Bug Fixes

* bad URL in raw.githubusercontent.com ([frappe#1363](https://github.com/integrianusa/bench/issues/1363)) ([589f7a4](589f7a4))
* correct python path for migrate_env ([61e0f4a](61e0f4a))
* dont attempt migrating to active virtualenv ([0e59159](0e59159))
* **DX:** make warnings go to stderr ([b6b9481](b6b9481))
* FileNotFound bug ([frappe#1383](https://github.com/integrianusa/bench/issues/1383)) ([965e178](965e178))
* ignore supervisor restart failures where possible ([frappe#1400](https://github.com/integrianusa/bench/issues/1400)) ([7a63f4f](7a63f4f))
* install one app at a time, frappe first ([4f0193c](4f0193c))
* install wheel in venv ([4996afb](4996afb))
* migrate_env silent failures ([7f1c5ad](7f1c5ad))
* no-git support for dependency resolver ([frappe#1368](https://github.com/integrianusa/bench/issues/1368)) ([fcbc2ea](fcbc2ea))
* parsing error ([frappe#1364](https://github.com/integrianusa/bench/issues/1364)) ([4bc3a08](4bc3a08))
* print help when no args passed ([228aeaf](228aeaf))
* restart proc manager if set in config ([frappe#1391](https://github.com/integrianusa/bench/issues/1391)) ([c59d1ed](c59d1ed))
* update check condition ([3e749ba](3e749ba))
* use os.remove instead of shutil.rmtree for symlinks ([frappe#1372](https://github.com/integrianusa/bench/issues/1372)) ([9fd15f6](9fd15f6))
* use ref param instead of branch for get_required_deps (GitHub contents API) ([frappe#1362](https://github.com/integrianusa/bench/issues/1362)) ([9131ba0](9131ba0))
* version check backward compatibility ([frappe#1409](https://github.com/integrianusa/bench/issues/1409)) ([23eede5](23eede5))

### Features

* add `max_requests` to gunicorn args ([b57838f](b57838f))
* add GHA tests ([e76c7dc](e76c7dc))
* New easy-install.py ([044e01b](044e01b))

### Performance Improvements

* single worker in development install ([frappe#1392](https://github.com/integrianusa/bench/issues/1392)) ([9c80f5d](9c80f5d))
  • Loading branch information
semantic-release-bot committed Jan 2, 2023
1 parent fc94167 commit 2326031
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.16.0"
VERSION = "5.15.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None
Expand Down

0 comments on commit 2326031

Please sign in to comment.