PyPi doesn't always let you see old releases easily anymore.

In order to get to older versions off PyPi, you need to use one of 2 tricks:

1.  If you know the version number:

    visit https://pypi.python.org/pypi/SQLAlchemy/{VERSION_NUMBER}
    
    e.g. https://pypi.python.org/pypi/SQLAlchemy/0.4.5

2. If you don't know the version number, you can find the available 
versions using the JSON API

    https://pypi.python.org/pypi/SQLAlchemy/json





-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sqlalchemy+unsubscr...@googlegroups.com.
To post to this group, send email to sqlalchemy@googlegroups.com.
Visit this group at http://groups.google.com/group/sqlalchemy.
For more options, visit https://groups.google.com/d/optout.

Reply via email to