BruceSherwood / vpython-jupyter

This repository has been moved to https://github.com/vpython/vpython-jupyter
64 stars 33 forks source link

Use versioneer for version numbering #17

Closed mwcraig closed 8 years ago

mwcraig commented 8 years ago

This PR adds versioneer to handle the version numbering. If the CI builds on travis and appveyor pass then this is ready to be merged.

BruceSherwood commented 8 years ago

I don't see the required change to vpython.py, to change line 51, version = ['0.3.11', 'jupyter'], to something that uses the versioneer value.

mwcraig commented 8 years ago

Oops, just fixed that, thanks for catching it. I also added a bit of regular expression stuff to extract the glowscript version from the glowscript javascript source.

mwcraig commented 8 years ago

This is ready to merge, I think, @BruceSherwood

BruceSherwood commented 8 years ago

Merged.