7.9.2 release (#723)
Co-authored-by: Julien Mailleret <8582351+jmlrt@users.noreply.github.com>
This commit is contained in:
parent
a933f3c90e
commit
ef36f105b7
5 changed files with 17 additions and 12 deletions
|
|
@ -14,13 +14,13 @@ Usage:
|
|||
os.chdir(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
old_versions = {
|
||||
6: '6.8.11',
|
||||
7: '7.9.0',
|
||||
6: '6.8.12',
|
||||
7: '7.9.1',
|
||||
}
|
||||
|
||||
new_versions = {
|
||||
6: '6.8.12',
|
||||
7: '7.9.1',
|
||||
7: '7.9.2',
|
||||
}
|
||||
|
||||
files = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue