Skip to content

v5.13.3

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 09:45
· 316 commits to v5.x since this release

5.13.3 (2022-08-02)

Bug Fixes

  • Fetch env python if exists before returning fallback (e5fa4df)
  • Pass abs path from get_env_cmd (10473b6)
  • Pass cwd for cmd subprocess execution (01b7759)
  • Remove frappe cmd caching in .bench.cmd (f773529)
  • Use hardcoded python3 env cmd for Bench.python (c9c6bf4)
  • Use python* to match any pattern in env (24b9af6)
  • Use venv module instead of virtualenv (f60c2d0)
  • utils: Strip * from cmd via get_env_cmd (6ae1997)