From f86bc0f308a8d3f241f2450778df756b00bf8ddf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Jul 2022 13:58:52 +0000 Subject: [PATCH] chore(release): Bumped to Version 5.13.0 # [5.13.0](https://github.com/frappe/bench/compare/v5.12.1...v5.13.0) (2022-07-29) ### Bug Fixes * Add support for options on bench main group ([8a0b784](https://github.com/frappe/bench/commit/8a0b78451b3ef33db342c3081ee371bc29e4a82f)) * **config:** Fix fail2ban filter ([#1308](https://github.com/frappe/bench/issues/1308)) ([94a25d3](https://github.com/frappe/bench/commit/94a25d3da7fa9552d94f362c0b3016b316399473)) * get-app on existing apps ([e03f597](https://github.com/frappe/bench/commit/e03f597ac6edec87526e00d765f0dcf17d3653f4)) * **nginx:** set `proxy_http_version` to `1.1` ([7da62f9](https://github.com/frappe/bench/commit/7da62f96f29fbd12d42c0686abbc8adcb05c4049)) * use specified python for venv ([df84c27](https://github.com/frappe/bench/commit/df84c2772d8eb7334f37ec7380bed3ac424b0cc4)) ### Features * Add pre-commit checks ([b1b8d70](https://github.com/frappe/bench/commit/b1b8d70055868ce1cf6b36789dfebc0e08936ef9)) --- bench/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bench/__init__.py b/bench/__init__.py index 9a226ea7c..e400cff57 100644 --- a/bench/__init__.py +++ b/bench/__init__.py @@ -1,4 +1,4 @@ -VERSION = "5.12.1" +VERSION = "5.13.0" PROJECT_NAME = "frappe-bench" FRAPPE_VERSION = None current_path = None