Bump version
This commit is contained in:
@@ -24,8 +24,8 @@ saveInRoot = False
|
||||
|
||||
# Version data
|
||||
|
||||
version = "2.0.0b6"
|
||||
tag = "git"
|
||||
version = "2.0.0"
|
||||
tag = "Stable"
|
||||
expansionName = "YC120.3"
|
||||
expansionVersion = "1.8"
|
||||
evemonMinVersion = "4081"
|
||||
|
||||
@@ -216,7 +216,8 @@ class Esi(object):
|
||||
args = {
|
||||
'state': self.state,
|
||||
'pyfa_version': config.version,
|
||||
'login_method': self.settings.get('loginMode')
|
||||
'login_method': self.settings.get('loginMode'),
|
||||
'client_hash': config.getClientSecret()
|
||||
}
|
||||
|
||||
if redirect is not None:
|
||||
|
||||
@@ -49,7 +49,7 @@ class CheckUpdateThread(threading.Thread):
|
||||
|
||||
try:
|
||||
try:
|
||||
response = network.request('https://www.pyfa.io/update_check?pyfa_version={}'.format(config.version), network.UPDATE)
|
||||
response = network.request('https://www.pyfa.io/update_check?pyfa_version={}&client_hash={}'.format(config.version, config.getClientSecret()), network.UPDATE)
|
||||
except Exception as e:
|
||||
response = network.request('https://api.github.com/repos/pyfa-org/Pyfa/releases', network.UPDATE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user