7.9.0 release (#712)
* 7.9.0 as default version * 6.8.12 as 6.x tested version
This commit is contained in:
parent
37fc61bc2e
commit
202676b121
5 changed files with 16 additions and 11 deletions
|
|
@ -14,13 +14,13 @@ Usage:
|
|||
os.chdir(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
old_versions = {
|
||||
6: '6.8.10',
|
||||
7: '7.8.0',
|
||||
6: '6.8.11',
|
||||
7: '7.8.1',
|
||||
}
|
||||
|
||||
new_versions = {
|
||||
6: '6.8.11',
|
||||
7: '7.8.1',
|
||||
6: '6.8.12',
|
||||
7: '7.9.0',
|
||||
}
|
||||
|
||||
files = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue