Closed GoogleCodeExporter closed 9 years ago
I have seen this at seeming random times in the past as well.
Just to be clear are you suggesting that:
1) Do a release (i.e version 0.2)
2) Then right after change the setup file to 0.2-dev untill version 0.3 is
ready for
release.
Cody
Original comment by CodyPrec...@gmail.com
on 2 Jun 2009 at 2:08
Yes, but after 0.2 release change would be to 0.3-dev (not 0.2-dev). Version 0.3
would be in devel stage until next release 0.3
This will ensure that devel plugin is founded first no matter what release
version is
installed, and no matter what location.
Another suggestion would be to read plugin version in plugin dlg from plugin
distribution instead of module level __version__ attribute. This will eliminate
confusion that happens when version in setup.py increments but __version__ is
forgotten to be updated so plugin dlg lists plugins as being old versions.
Igor
Original comment by igor.dejanovic@gmail.com
on 2 Jun 2009 at 5:56
Ok that makes sense.
Yea it would be good to be able to get rid of the need for that __version__
attribute
in each plugins __init__ module.
cody
Original comment by CodyPrec...@gmail.com
on 2 Jun 2009 at 6:00
Original comment by CodyPrec...@gmail.com
on 4 Jun 2009 at 11:42
version checking change is done. waiting for wxwidgets.org to come back online
to
checkin.
Original comment by CodyPrec...@gmail.com
on 10 Jun 2009 at 12:51
Plugin module change done. Plugin dialog will now get version and name info
from the
distro object and not the plugin module.
Will start removing this value from the modules in future releases.
Will start with new version naming scheme after next release of each plugin.
Original comment by CodyPrec...@gmail.com
on 11 Jun 2009 at 11:35
Original issue reported on code.google.com by
igor.dejanovic@gmail.com
on 1 Jun 2009 at 10:10Attachments: