Update latest stable tag to 0.7.0

This version drops support for python3.6 and python3.7

Change-Id: I8060618eb8483d16256e860212a2dc5f31dbd2ea
This commit is contained in:
Eduardo Olivares 2023-10-04 11:37:41 +02:00
parent f5796f650f
commit 262a754620

View File

@ -12,7 +12,7 @@
vars:
deploy_dir: '{{ tobiko_src_dir | realpath }}'
deploy_git_repo: '{{ tobiko_git_repo }}'
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.6.14') }}"
deploy_git_refspec: "{{ tobiko_git_refspec | default('0.7.0') }}"
deploy_git_remote: "{{ tobiko_git_remote | default('') }}"
when: create_tobiko_dir is changed