mirror of
https://github.com/janeczku/calibre-web
synced 2024-11-28 12:30:00 +00:00
Update Version info
This commit is contained in:
parent
c748716ad2
commit
cc5c2c0f65
@ -237,7 +237,7 @@ class Updater(threading.Thread):
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
def _stable_version_info(self):
|
def _stable_version_info(self):
|
||||||
return {'version': '0.6.1'} # Current version
|
return {'version': '0.6.2'} # Current version
|
||||||
|
|
||||||
def _nightly_available_updates(self, request_method):
|
def _nightly_available_updates(self, request_method):
|
||||||
tz = datetime.timedelta(seconds=time.timezone if (time.localtime().tm_isdst == 0) else time.altzone)
|
tz = datetime.timedelta(seconds=time.timezone if (time.localtime().tm_isdst == 0) else time.altzone)
|
||||||
|
Loading…
Reference in New Issue
Block a user