From b810144f83222cdbc79d46de02a96b5bce11bab9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 2 Aug 2022 09:45:01 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.13.3 ## [5.13.3](https://github.com/frappe/bench/compare/v5.13.2...v5.13.3) (2022-08-02) ### Bug Fixes * Fetch env python if exists before returning fallback ([e5fa4df](https://github.com/frappe/bench/commit/e5fa4df5f9f37046dbada7215072822a39b6ea3b)) * Pass abs path from get_env_cmd ([10473b6](https://github.com/frappe/bench/commit/10473b60076dde4080ce28222031a332ee7d313a)) * Pass cwd for cmd subprocess execution ([01b7759](https://github.com/frappe/bench/commit/01b77598ff2ff4cde4c75dad9b3a39526858c685)) * Remove frappe cmd caching in .bench.cmd ([f773529](https://github.com/frappe/bench/commit/f77352966b74defd053c2d73bb3fe942c4559eed)) * Use hardcoded python3 env cmd for Bench.python ([c9c6bf4](https://github.com/frappe/bench/commit/c9c6bf4512ba0c1c58df92a2384347bd77cc558d)) * Use python* to match any pattern in env ([24b9af6](https://github.com/frappe/bench/commit/24b9af605b08849ee506677a6c812c1e87ea3326)) * Use venv module instead of virtualenv ([f60c2d0](https://github.com/frappe/bench/commit/f60c2d0def62eb689aecd6f6174dc8dd7130b42f)) * **utils:** Strip * from cmd via get_env_cmd ([6ae1997](https://github.com/frappe/bench/commit/6ae1997bffb3d75083fb5c720336d036b18b22ce)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index a17e4f30..6c274f80 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.13.2" +VERSION = "5.13.3" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None