From fc94167e14f324f141a70df168285e6ee9afc3da Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Jan 2023 11:35:10 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.16.0 # [5.16.0](https://github.com/frappe/bench/compare/v5.15.2...v5.16.0) (2023-01-02) ### Bug Fixes * print help when no args passed ([228aeaf](https://github.com/frappe/bench/commit/228aeaf2fdf0205294825a40c6752b2c8abf6d7a)) * version check backward compatibility ([#1409](https://github.com/frappe/bench/issues/1409)) ([23eede5](https://github.com/frappe/bench/commit/23eede5fd33501f58770d32ac2f4ba1793339b82)) ### Features * add GHA tests ([e76c7dc](https://github.com/frappe/bench/commit/e76c7dccf57c122064dafc574b1dfa6f3d13493e)) * New easy-install.py ([044e01b](https://github.com/frappe/bench/commit/044e01befde722c20eb6adeb6a6f01b353291da1)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 2eaa9069..8832be69 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.15.2" +VERSION = "5.16.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None