Skip to content

Commit

Permalink
chore(release): Bumped to Version 5.13.3
Browse files Browse the repository at this point in the history
## [5.13.3](v5.13.2...v5.13.3) (2022-08-02)

### Bug Fixes

* Fetch env python if exists before returning fallback ([e5fa4df](e5fa4df))
* Pass abs path from get_env_cmd ([10473b6](10473b6))
* Pass cwd for cmd subprocess execution ([01b7759](01b7759))
* Remove frappe cmd caching in .bench.cmd ([f773529](f773529))
* Use hardcoded python3 env cmd for Bench.python ([c9c6bf4](c9c6bf4))
* Use python* to match any pattern in env ([24b9af6](24b9af6))
* Use venv module instead of virtualenv ([f60c2d0](f60c2d0))
* **utils:** Strip * from cmd via get_env_cmd ([6ae1997](6ae1997))
  • Loading branch information
semantic-release-bot committed Aug 2, 2022
1 parent 46aa3d1 commit b810144
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.13.2"
VERSION = "5.13.3"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None
Expand Down

0 comments on commit b810144

Please sign in to comment.