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

Latest version check #253

Closed
jantman opened this issue Feb 6, 2017 · 1 comment
Closed

Latest version check #253

jantman opened this issue Feb 6, 2017 · 1 comment
Assignees
Milestone

Comments

@jantman
Copy link
Owner

jantman commented Feb 6, 2017

Look into how difficult it would be to determine what the latest version is, by either PyPi or GitHub, and print a warning during initialization if this version is old. Make sure this entire code is wrapped in a try/catch so it can never cause failures, and also provide a flag/argument to disable it.

@jantman jantman added this to the 0.8.0 milestone Feb 6, 2017
@jantman
Copy link
Owner Author

jantman commented Feb 6, 2017

jantman@phoenix:pts/15:~/tmp$ wget -O - 'http://pypi.python.org/pypi/awslimitchecker/json' | jshon -e info -e version
"0.7.0"

@jantman jantman modified the milestones: 1.0.0, 0.8.0 Mar 11, 2017
@jantman jantman added the ready label Jun 11, 2017
@jantman jantman added in progress and removed ready labels Sep 14, 2017
jantman added a commit that referenced this issue Sep 14, 2017
@jantman jantman self-assigned this Sep 14, 2017
jantman added a commit that referenced this issue Sep 14, 2017
Fixes #253 - latest version check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant