bmuller / twistar

Twistar is an object-relational mapper (ORM) for Python that uses the Twisted library to provide asynchronous DB interaction.
http://findingscience.com/twistar
Other
132 stars 38 forks source link

Please release version 1.2 #47

Closed mbehrle closed 11 years ago

mbehrle commented 11 years ago

Thanks for twistar! Would you mind releasing version 1.2 fixing the ambiguity in setup.py with respect to licensing? I am currently packaging for Debian and need this to be fixed. BTW the version string in twistar/init.py doesn't match the version in setup.py. Thanks a lot for considering!

bmuller commented 11 years ago

Sure - I'll fix the versioning in the init file. What's wrong w/ the license though?

mbehrle commented 11 years ago

Thx! There is nothing wrong, but the relicensing occuring in https://github.com/bmuller/twistar/commit/45b732bb2e1113b01f1d661492e54dcd3e356402 is not yet released. So release 1.1 is published under different license as 1.2 will be (with the license finally intended IIRC).

bmuller commented 11 years ago

Oh - sure. Done. Thanks!