2
0
mirror of https://github.com/frappe/bench.git synced 2025-02-10 14:48:35 +00:00

chore(release): Bumped to Version 5.7.3

## [5.7.3](https://github.com/frappe/bench/compare/v5.7.2...v5.7.3) (2021-12-28)

### Bug Fixes

* Clear Bench instance cache on every chdir ([ec369a1](ec369a16a1))
* PosixPath object has no attribute 'rstrip' ([aaf4856](aaf48566b7))
* replace shutil.move with Path.rename ([a648590](a648590be4))
This commit is contained in:
semantic-release-bot 2021-12-28 12:48:08 +00:00
parent 911ae1fda0
commit 324d8baa45

View File

@ -1,4 +1,4 @@
VERSION = "5.7.2"
VERSION = "5.7.3"
PROJECT_NAME = "frappe-bench"
FRAPPE_VERSION = None
current_path = None