Skip to content

v5.15.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 23:58

5.15.0 (2023-01-02)

Bug Fixes

  • bad URL in raw.githubusercontent.com (#1363) (589f7a4)
  • correct python path for migrate_env (61e0f4a)
  • dont attempt migrating to active virtualenv (0e59159)
  • DX: make warnings go to stderr (b6b9481)
  • FileNotFound bug (#1383) (965e178)
  • ignore supervisor restart failures where possible (#1400) (7a63f4f)
  • install one app at a time, frappe first (4f0193c)
  • install wheel in venv (4996afb)
  • migrate_env silent failures (7f1c5ad)
  • no-git support for dependency resolver (#1368) (fcbc2ea)
  • parsing error (#1364) (4bc3a08)
  • print help when no args passed (228aeaf)
  • restart proc manager if set in config (#1391) (c59d1ed)
  • update check condition (3e749ba)
  • use os.remove instead of shutil.rmtree for symlinks (#1372) (9fd15f6)
  • use ref param instead of branch for get_required_deps (GitHub contents API) (#1362) (9131ba0)
  • version check backward compatibility (#1409) (23eede5)

Features

Performance Improvements