2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-10 17:24:41 +00:00

chore(release): Bumped to Version 5.4.1

## [5.4.1](https://github.com/frappe/bench/compare/v5.4.0...v5.4.1) (2021-05-17)

### Bug Fixes

* Added warning for unshallow without --reset ([01abc56](01abc561e0))
* Handle command execution failures ([dcdb15d](dcdb15d471))
* Remove PY2 compatibility code ([54d48f6](54d48f61a3))
* Revert print compatibility import ([753e36d](753e36d433))
* Show step titles while running operations ([096c2cf](096c2cfe6b))
* Unshallow clone if update without --reset ([4cadf2c](4cadf2c719))

### Performance Improvements

* Faster bench remove-app ([ebc3ceb](ebc3cebd19))
This commit is contained in:
semantic-release-bot 2021-05-17 06:13:50 +00:00
parent 7c42731715
commit 410505f0e9

View File

@ -1,4 +1,4 @@
VERSION = "5.4.0"
VERSION = "5.4.1"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None