+1 for 0.2. Most software uses MAJOR.MINOR.BUGFIX, but does not enforce
the "only-major-releases-break-the-API" policy until version 1.0. I
think this scheme would work for us as well.
We will have to decide if we want to release 0.1.1. Up to now, we have
the URI issue because of the unfortunate last-minute migration from
"pympler" to "Pympler" in Pypi. If anything else pops up, I'd vote for a
0.1.1 release (using the 0.1 branch [and properly using svn merge ;)]).
Ludwig
Mh, if we continue at that speed we're soon at 1.0 :)
> My main concern for Python 3.0 support are the package issue and
> perhaps exceptions** and str vs unicode vs bytes. It would be best to
> handle the Python 3.0 changes now, before any restructuring or other
> major changes to the code.
I agree that 3.0 compatibility should be introduced as earlier as
possible. So why not now.
I've created a wiki page to gather ideas of upcoming tasks/features.
Maybe that helps organizing it a bit. You can find it at
http://code.google.com/p/pympler/wiki/ReleaseTasks.