Re: [SQLObject] checking version

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 12:54:25PM -0500, luis cota wrote: > This is confusing then - when I do a build from the current TRUNK If you do build from the trunk instead of a stable branch - you know what you are doing, right? Oleg. -- Oleg Broytmannhttp://phd.pp.ru/[

Re: [SQLObject] checking version

2007-11-23 Thread luis cota
This is confusing then - when I do a build from the current TRUNK, I get version .1 installed yet in the comments, there is references to .9 being the latest release. 1) Deprecated in current version (0.9). Will be removed in next version (0.10) 2) Planned to deprecate in n

Re: [SQLObject] checking version

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 08:39:19PM +0300, Oleg Broytmann wrote: > I think IWBN to make the version available > programmatically, but now it is not available. Well, in some sense it's available: >>> import sqlobject >>> sqlobject.__doc__ '\nSQLObject 0.9.2\n' >>> sqlobject.main.__doc__ '\nSQLOb

Re: [SQLObject] checking version

2007-11-23 Thread Oleg Broytmann
On Fri, Nov 23, 2007 at 12:00:31PM -0500, luis cota wrote: > How can I check what version is installed? Not so long ago I started to put the version into comments in __init__.py and main.py. I think IWBN to make the version available programmatically, but now it is not available. Oleg. --