Version bump to v1.8.1

This commit is contained in:
allegroai 2024-04-12 20:30:11 +03:00
parent 4179ac5234
commit cd9a3b9f4e
2 changed files with 4 additions and 1 deletions

View File

@ -1 +1 @@
__version__ = '1.8.0'
__version__ = '1.8.1'

View File

@ -161,6 +161,9 @@ agent {
vcs_cache: {
enabled: true,
path: ~/.clearml/vcs-cache
# if git pull failed, always revert to re-cloning the repo, it protects against old user name changes
# clone_on_pull_fail: true
},
# DEPRECATED: please use `venvs_cache` and set `venvs_cache.path`