boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
170 stars 60 forks source link

basic version check on app start #38

Closed JonathonCwik closed 10 years ago

JonathonCwik commented 10 years ago

added function to check for newest version via pypi and compare it to the version they are currently running

JonathonCwik commented 10 years ago

@boakley , Do I need to increase the version number for this? Am I missing anything?

boakley commented 10 years ago

No, I will bump the version number right before I submit a new version to pypi

--bryan

On Nov 9, 2014, at 7:57 AM, Jonathon notifications@github.com wrote:

@boakley , Do I need to increase the version number for this? Am I missing anything?

— Reply to this email directly or view it on GitHub.

JonathonCwik commented 10 years ago

Did you want me to do a growl or other notification on the Web UI and/or an OS notification? OS notification might be tricky to get right across platforms but the Web UI would be easy enough.

boakley commented 10 years ago

I want something on the web UI, but I honestly haven't given it much thought yet.

On Mon, Nov 10, 2014 at 6:43 AM, Jonathon notifications@github.com wrote:

Did you want me to do a growl or other notification on the Web UI and/or an OS notification? OS notification might be tricky to get right across platforms but the Web UI would be easy enough.

— Reply to this email directly or view it on GitHub https://github.com/boakley/robotframework-hub/pull/38#issuecomment-62379201 .

JonathonCwik commented 10 years ago

Okay, I'll close this and get something in the Web UI before we merge this in.