diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-07-08 17:11:58 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2006-07-08 17:11:58 +0000 |
commit | dd1d21c166516b9aacd89d7b883b09d7d1f197df (patch) | |
tree | a7348b172b47ca3575f4a1764401a4d9c8c80e70 | |
parent | eeb4b2c8967940d255b816e3112b46e0bfa98074 (diff) | |
download | sqlalchemy-dd1d21c166516b9aacd89d7b883b09d7d1f197df.tar.gz |
0.2.5rel_0_2_5
-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 1ea1c9e3f..ceb596b1c 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.4' + version = '0.2.5' </%attr> <%method title> @@ -3,7 +3,7 @@ use_setuptools() from setuptools import setup, find_packages setup(name = "SQLAlchemy", - version = "0.2.4", + version = "0.2.5", description = "Database Abstraction Library", author = "Mike Bayer", author_email = "mike_mp@zzzcomputing.com", |