Skip to content

Commit

Permalink
chore(release): Bumped to Version 5.8.0
Browse files Browse the repository at this point in the history
# [5.8.0](v5.7.6...v5.8.0) (2022-03-22)

### Bug Fixes

* Allow sudo restart for supervisor (backwards compatibility) ([fc7c047](fc7c047))
* clearer docstrings ([3c59446](3c59446))
* file-uri while app initialisation ([2fed369](2fed369))
* **find:** Handle OS' PermissionError ([ea94752](ea94752))
* mkdir -p to ignore `OSError`s ([d38b63a](d38b63a))
* Respect bench config during restart ([25f49c2](25f49c2))
* **restart:** Setup restarts vars with fallback ([af14baf](af14baf))
* Show better user messages when failed to update supervisord ([d89f19e](d89f19e))
* Try setting supervisord conditionally ([7a4ade9](7a4ade9))

### Features

* Setup Requirements for specific apps ([#1265](#1265)) ([28e6816](28e6816))
  • Loading branch information
semantic-release-bot committed Mar 22, 2022
1 parent 2c49ee8 commit 2ef0cb1
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.7.6"
VERSION = "5.8.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None
Expand Down

0 comments on commit 2ef0cb1

Please sign in to comment.