From 3547a2d3aa72a94f1eea7e69f4693f631bedf8bc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 29 Nov 2022 07:48:57 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.15.1 ## [5.15.1](https://github.com/frappe/bench/compare/v5.15.0...v5.15.1) (2022-11-29) ### Bug Fixes * correct python path for migrate_env ([61e0f4a](https://github.com/frappe/bench/commit/61e0f4acbf4b7e95da2d1d0b26516cd41bfc6eed)) * dont attempt migrating to active virtualenv ([0e59159](https://github.com/frappe/bench/commit/0e59159e1167357f6d8411708a93ad37cc4b959e)) * install one app at a time, frappe first ([4f0193c](https://github.com/frappe/bench/commit/4f0193ca9349d971e1ce3087c556b9710bc5db69)) * migrate_env silent failures ([7f1c5ad](https://github.com/frappe/bench/commit/7f1c5ad9c673f158885b083c39000d071f6400a0)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index e3ff894a..42ed13fa 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.15.0" +VERSION = "5.15.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None