From b09a96d13d768b7087c8ab50458de8d0b9f2e70d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 12 Jul 2023 15:53:27 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.16.4 ## [5.16.4](https://github.com/frappe/bench/compare/v5.16.3...v5.16.4) (2023-07-12) ### Bug Fixes * don't compile python files manually. ([#1469](https://github.com/frappe/bench/issues/1469)) ([036cb62](https://github.com/frappe/bench/commit/036cb6291ec2d6f837dc1db40738f688034da5b0)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 603a2f57..59d6fa5f 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.16.3" +VERSION = "5.16.4" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None