From fd731dd8c24ca705d786e45e52de92e6d8539242 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 05:52:21 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.22.1 ## [5.22.1](https://github.com/frappe/bench/compare/v5.22.0...v5.22.1) (2024-02-23) ### Bug Fixes * **build:** pin hatchling version 2nd try ([b74ff54](https://github.com/frappe/bench/commit/b74ff54dfa3a5f6dd01fd33e5955353817123b9c)) * **build:** pin hatchling version to prevent import error ([3a73059](https://github.com/frappe/bench/commit/3a73059531ec6567c6baaa460be28e950b42ee99)) * ignore org check fail if using cache ([aa12aab](https://github.com/frappe/bench/commit/aa12aabb26607f7f88ef639391720e9f6ab91494)) * specify hatch version in release ([87b4b1f](https://github.com/frappe/bench/commit/87b4b1fd2a6d4e04e51230f2558b2573395ed823)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 0fa97dbf..a8b44dec 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.22.0" +VERSION = "5.22.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None