2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-25 07:58:24 +00:00

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](61e0f4acbf))
* dont attempt migrating to active virtualenv ([0e59159](0e59159e11))
* install one app at a time, frappe first ([4f0193c](4f0193ca93))
* migrate_env silent failures ([7f1c5ad](7f1c5ad9c6))
This commit is contained in:
semantic-release-bot 2022-11-29 07:48:57 +00:00
parent 787aac5f3e
commit 3547a2d3aa

View File

@ -1,4 +1,4 @@
VERSION = "5.15.0"
VERSION = "5.15.1"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None