Skip to content

Commit

Permalink
chore(release): Bumped to Version 5.16.3
Browse files Browse the repository at this point in the history
## [5.16.3](v5.16.2...v5.16.3) (2023-06-09)

### Bug Fixes

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

### Reverts

* Revert "fix: resolve filesystem app dependencies (#1450)" (#1452) ([082692c](082692c)), closes [#1450](#1450) [#1452](#1452)
  • Loading branch information
semantic-release-bot committed Jun 9, 2023
1 parent 93eedbd commit ed4b51b
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.2"
VERSION = "5.16.3"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None
Expand Down

0 comments on commit ed4b51b

Please sign in to comment.