7.7.0 release (#692)
- 7.7.0 as default version - 6.8.9 as 6.x tested version
This commit is contained in:
parent
b32481a2d3
commit
9e327e7437
5 changed files with 78 additions and 65 deletions
|
|
@ -14,13 +14,13 @@ Usage:
|
|||
os.chdir(os.path.join(os.path.dirname(__file__), '..'))
|
||||
|
||||
old_versions = {
|
||||
6: '6.8.7',
|
||||
7: '7.6.1',
|
||||
6: '6.8.8',
|
||||
7: '7.6.2',
|
||||
}
|
||||
|
||||
new_versions = {
|
||||
6: '6.8.8',
|
||||
7: '7.6.2',
|
||||
6: '6.8.9',
|
||||
7: '7.7.0',
|
||||
}
|
||||
|
||||
files = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue