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

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](e5fa4df5f9))
* Pass abs path from get_env_cmd ([10473b6](10473b6007))
* Pass cwd for cmd subprocess execution ([01b7759](01b77598ff))
* Remove frappe cmd caching in .bench.cmd ([f773529](f77352966b))
* Use hardcoded python3 env cmd for Bench.python ([c9c6bf4](c9c6bf4512))
* Use python* to match any pattern in env ([24b9af6](24b9af605b))
* Use venv module instead of virtualenv ([f60c2d0](f60c2d0def))
* **utils:** Strip * from cmd via get_env_cmd ([6ae1997](6ae1997bff))
This commit is contained in:
semantic-release-bot 2022-08-02 09:45:01 +00:00
parent 46aa3d125c
commit b810144f83

View File

@ -1,4 +1,4 @@
VERSION = "5.13.2"
VERSION = "5.13.3"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None