diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-26 19:51:41 +0000 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-06-26 19:51:41 +0000 |
| commit | 22fcdbe81f528a584eb499b9dbf2270365926b71 (patch) | |
| tree | ca254c373e4e9aefa6993bb521831ecec16188bd | |
| parent | 9dd15963d36edd1989e108a817acb8ee5cfd2401 (diff) | |
| download | sqlalchemy-22fcdbe81f528a584eb499b9dbf2270365926b71.tar.gz | |
0.2.4...
| -rw-r--r-- | doc/build/content/document_base.myt | 2 | ||||
| -rw-r--r-- | setup.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index 21f9f8780..1ea1c9e3f 100644 --- a/doc/build/content/document_base.myt +++ b/doc/build/content/document_base.myt @@ -24,7 +24,7 @@ onepage='documentation' index='index' title='SQLAlchemy 0.2 Documentation' - version = '0.2.3' + version = '0.2.4' </%attr> <%method title> @@ -3,7 +3,7 @@ use_setuptools() from setuptools import setup, find_packages setup(name = "SQLAlchemy", - version = "0.2.3", + version = "0.2.4", description = "Database Abstraction Library", author = "Mike Bayer", author_email = "mike_mp@zzzcomputing.com", |
