7.9.0 release (#712)

* 7.9.0 as default version
* 6.8.12 as 6.x tested version
This commit is contained in:
Yuriy 2020-08-18 10:32:49 -05:00 committed by GitHub
parent 37fc61bc2e
commit 202676b121
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 16 additions and 11 deletions

View file

@ -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 = [