From 410505f0e9c46ec4fe9aff6a604874582ccf1f9f Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 17 May 2021 06:13:50 +0000 Subject: [PATCH] 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](https://github.com/frappe/bench/commit/01abc561e07ab19d9c66b5f6d8b915497305d36f)) * Handle command execution failures ([dcdb15d](https://github.com/frappe/bench/commit/dcdb15d471f47ebfb42908d3b19bc2dac9e6d45a)) * Remove PY2 compatibility code ([54d48f6](https://github.com/frappe/bench/commit/54d48f61a339718d173c52138c0652473fde1140)) * Revert print compatibility import ([753e36d](https://github.com/frappe/bench/commit/753e36d433b57ae742b2e02ec75d9615b0ebb358)) * Show step titles while running operations ([096c2cf](https://github.com/frappe/bench/commit/096c2cfe6b7a25d9a20c9fc81105c56855d49965)) * Unshallow clone if update without --reset ([4cadf2c](https://github.com/frappe/bench/commit/4cadf2c719f5ecf2580c28b4b2e687d7d8a69e6b)) ### Performance Improvements * Faster bench remove-app ([ebc3ceb](https://github.com/frappe/bench/commit/ebc3cebd1990e2585a8cf2f8ad5e691754f5f36c)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 54408217..8119bca9 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.4.0" +VERSION = "5.4.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None