Skip to content

Commit

Permalink
chore(release): Bumped to Version 5.13.0
Browse files Browse the repository at this point in the history
# [5.13.0](v5.12.1...v5.13.0) (2022-07-29)

### Bug Fixes

* Add support for options on bench main group ([8a0b784](8a0b784))
* **config:** Fix fail2ban filter ([#1308](#1308)) ([94a25d3](94a25d3))
* get-app on existing apps ([e03f597](e03f597))
* **nginx:** set `proxy_http_version` to `1.1` ([7da62f9](7da62f9))
* use specified python for venv ([df84c27](df84c27))

### Features

* Add pre-commit checks ([b1b8d70](b1b8d70))
  • Loading branch information
semantic-release-bot committed Jul 29, 2022
1 parent 67aa20e commit f86bc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = "5.12.1"
VERSION = "5.13.0"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None
Expand Down

0 comments on commit f86bc0f

Please sign in to comment.