From c1c358722532032342ca11a2e2ce9515e107009b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Jul 2022 19:55:08 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.13.1 ## [5.13.1](https://github.com/frappe/bench/compare/v5.13.0...v5.13.1) (2022-07-29) ### Bug Fixes * Use subscript instead of method for regex ([e126ff2](https://github.com/frappe/bench/commit/e126ff2439439668e7a48aa06df9d8d0e66963fb)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index e400cff57..3c759feb9 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.13.0" +VERSION = "5.13.1" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None