Menu

#4 __version__

open
nobody
None
5
2008-10-10
2008-10-10
Greg Hazel
No

It would be nice if formencode provided __version__, like many other modules:

>>> import pylons
>>> pylons.__version__
'0.9.6.2'
>>> import twisted
>>> twisted.__version__
'8.1.0'
>>> import sqlalchemy
>>> sqlalchemy.__version__
'0.4.6'

etc

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.