2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 16:08:23 +00:00

chore(release): Bumped to Version 5.6.0

# [5.6.0](https://github.com/frappe/bench/compare/v5.5.0...v5.6.0) (2021-09-13)

### Bug Fixes

* **command_cache:** Return iterable as fallback ([6fd3ad7](6fd3ad738b))
* Always set return code via cli ([552b935](552b935f6b))
* Hit command cache before fetching all commands ([a94ea19](a94ea19bf4))
* Return fallback list in cached_frappe_commands ([a015501](a015501699))
* set referrer-policy header in nginx config ([a4916d7](a4916d7b89))

### Features

* `bench setup requirements --dev` ([#1196](https://github.com/frappe/bench/issues/1196)) ([b51f0ed](b51f0ed2b2))
* Set default version for easy install to v13 ([#1189](https://github.com/frappe/bench/issues/1189)) ([6137086](6137086e03))
This commit is contained in:
semantic-release-bot 2021-09-13 15:28:21 +00:00
parent 1f43d9b7d9
commit ff2f01fb16

View File

@ -1,4 +1,4 @@
VERSION = "5.5.0"
VERSION = "5.6.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None