]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.2.5 rel_0_2_5
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jul 2006 17:11:58 +0000 (17:11 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Jul 2006 17:11:58 +0000 (17:11 +0000)
doc/build/content/document_base.myt
setup.py

index 1ea1c9e3fcf1e3b7a0c79e6fbd25f8f29abf2417..ceb596b1cf0caa1cc5c732750e0acb48d7ebc354 100644 (file)
@@ -24,7 +24,7 @@
     onepage='documentation'
     index='index'
     title='SQLAlchemy 0.2 Documentation'
-    version = '0.2.4'
+    version = '0.2.5'
 </%attr>
 
 <%method title>
index 0142367ba49e07218a4f821de2cc9c102b9207c8..ba7a9d694d302db51dd36feec8b864e260eec093 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -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",