Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add time to releasedates? #34

Open
peteruithoven opened this issue Jun 16, 2015 · 0 comments
Open

Add time to releasedates? #34

peteruithoven opened this issue Jun 16, 2015 · 0 comments
Labels
Milestone

Comments

@peteruithoven
Copy link
Member

Currently it looks like we use releasedates to check whether there is a newer version. This is because it can't know which suffix (like -beta / -rc2 etc) is newer. But since it doesn't include a time we can only release one update per day?
It actually sees a newer version, but can_update is false:

{
  "data": {
    "can_update": false,
    "current_release_date": "20150616",
    "current_version": "0.10.6-rc1",
    "newest_release_date": "20150616",
    "newest_version": "0.10.6-rc2",
    "state_code": 1,
    "state_text": ""
  },
  "status": "success"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant