ericmandel / pyds9

Python connection to SAOimage DS9 via XPA
76 stars 41 forks source link

Bump revision from 1.8.1 to 1.9.dev in pyds9.py #85

Closed DougBurke closed 4 years ago

DougBurke commented 4 years ago

I assume version updates are being handled manually, and that we use "dev" for development builds (based on the value currently in setup.py).

ericmandel commented 4 years ago

Yes, but its worse than that ... there is a version var in pyds9.py which looks like its currently set to 1.8.1!

DougBurke commented 4 years ago

Well, not now - as of 1784fd8 it's explicitly taken from setup.cfg

ericmandel commented 4 years ago

And so probably should be removed from pyds9.py, so avoid some confusion?

DougBurke commented 4 years ago

I removed the __version__ variable from pyds9.py in 1784fd8 - do you see another one?