sqlalchemy should embed current version in sqlalchemy/__init__.py

Issue #602 resolved
Former user created an issue

I couldn't figure which version of SQLAlchemy was installed on a machine. It would be really useful if you could do this:

import sqlalchemy
print sqlalchemy.VERSION

Comments (1)

  1. Log in to comment