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.16.3

## [5.16.3](https://github.com/frappe/bench/compare/v5.16.2...v5.16.3) (2023-06-09)

### Bug Fixes

* add customer background workers in group ([#1439](https://github.com/frappe/bench/issues/1439)) ([4ec73c3](4ec73c3b92))
* Archive app for different repo/app names ([3af6058](3af6058d1b))
* easy-install for letsencrypt tls ([#1424](https://github.com/frappe/bench/issues/1424)) ([eba0f7a](eba0f7a54f))
* Hide irrelevant stacks during exc raise ([8175239](8175239434))
* Print failing command with CommandFailedError ([a1d2c52](a1d2c5226b))
* Remove except-pass ValueError ([d9c8335](d9c8335fbf))
* resolve filesystem app dependencies ([#1450](https://github.com/frappe/bench/issues/1450)) ([f3b55f7](f3b55f7785))
* Revert usage of app_name for repo name ([f7fbee9](f7fbee99d6))
* Setup exception handler for CommandFailedError only ([94a1b8c](94a1b8c3fb))
* Use == for dict comparison ([e80daf8](e80daf8c3e))
* Use App.app_name over repo attr ([4f42392](4f423923b4))

### Reverts

* Revert "fix: resolve filesystem app dependencies (#1450)" (#1452) ([082692c](082692cae2)), closes [#1450](https://github.com/frappe/bench/issues/1450) [#1452](https://github.com/frappe/bench/issues/1452)
This commit is contained in:
semantic-release-bot 2023-06-09 11:55:59 +00:00
parent 93eedbd876
commit ed4b51b896

View File

@ -1,4 +1,4 @@
VERSION = "5.16.2"
VERSION = "5.16.3"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None