On 11/19/10 20:42, Burak Arslan wrote: > hi, > > i'll be afk until further notice starting december due to some new life > commitments. brad allen has agreed to assume the responsibility of > soaplib maintenance in my absence. > > i hear he already has announcements to make :) > > i wish you all the best. > >
oh and for the record, here's how to do a new release: 1) update version in setup.cfg or setup.py or both. 2) git commit -a -m "new release: done this and that" 3) git tag <version_handle> 4) git push; git push --tags # github release 5) python setup.py sdist upload # pypi release burak _______________________________________________ Soap mailing list [email protected] http://mail.python.org/mailman/listinfo/soap
