Skip to content

Commit

Permalink
chore(release): Bumped to Version 5.7.3
Browse files Browse the repository at this point in the history
## [5.7.3](v5.7.2...v5.7.3) (2021-12-28)

### Bug Fixes

* Clear Bench instance cache on every chdir ([ec369a1](ec369a1))
* PosixPath object has no attribute 'rstrip' ([aaf4856](aaf4856))
* replace shutil.move with Path.rename ([a648590](a648590))
  • Loading branch information
semantic-release-bot committed Dec 28, 2021
1 parent 911ae1f commit 324d8ba
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.7.2"
VERSION = "5.7.3"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None
Expand Down

0 comments on commit 324d8ba

Please sign in to comment.