2
0
mirror of https://github.com/frappe/bench.git synced 2025-01-24 23:48:24 +00:00

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](8a0b78451b))
* **config:** Fix fail2ban filter ([#1308](https://github.com/frappe/bench/issues/1308)) ([94a25d3](94a25d3da7))
* get-app on existing apps ([e03f597](e03f597ac6))
* **nginx:** set `proxy_http_version` to `1.1` ([7da62f9](7da62f96f2))
* use specified python for venv ([df84c27](df84c2772d))

### Features

* Add pre-commit checks ([b1b8d70](b1b8d70055))
This commit is contained in:
semantic-release-bot 2022-07-29 13:58:52 +00:00
parent 67aa20e95a
commit f86bc0f308

View File

@ -1,4 +1,4 @@
VERSION = "5.12.1"
VERSION = "5.13.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None