From b2a48f0dbabfc1cb20aae22d86ce07f41abb06fc Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 29 Jun 2022 13:47:53 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.12.0 # [5.12.0](https://github.com/frappe/bench/compare/v5.11.0...v5.12.0) (2022-06-29) ### Bug Fixes * (re)Install every Frappe app even if not installed to env ([ffae670](https://github.com/frappe/bench/commit/ffae670be79a0488b394ac03413497eebb740f89)) * fixed update_app_states call ([#1326](https://github.com/frappe/bench/issues/1326)) ([45267fc](https://github.com/frappe/bench/commit/45267fc8979fe9bb7819a770df97482d87732577)) ### Features * Setup dev-dependencies defined via pyproject ([75957a5](https://github.com/frappe/bench/commit/75957a56ee374fa7e3b9dd66c2c154f6d9def9af)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 4e75da86..deec46c8 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.11.0" +VERSION = "5.12.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None