From 039141ea531bdbdefe7b75d15edc93619e5fb405 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 15:25:58 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.22.2 ## [5.22.2](https://github.com/frappe/bench/compare/v5.22.1...v5.22.2) (2024-02-23) ### Bug Fixes * **build:** support pyproject version ([#1502](https://github.com/frappe/bench/issues/1502)) ([7c64aa3](https://github.com/frappe/bench/commit/7c64aa3d94723bd30afee519c133689e0bc800d4)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index a8b44dec..45dcd814 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.22.1" +VERSION = "5.22.2" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None