]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.2.4...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jun 2006 19:51:41 +0000 (19:51 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 26 Jun 2006 19:51:41 +0000 (19:51 +0000)
doc/build/content/document_base.myt
setup.py

index 21f9f87803d3615d529ea17f08cfe635239ab270..1ea1c9e3fcf1e3b7a0c79e6fbd25f8f29abf2417 100644 (file)
@@ -24,7 +24,7 @@
     onepage='documentation'
     index='index'
     title='SQLAlchemy 0.2 Documentation'
-    version = '0.2.3'
+    version = '0.2.4'
 </%attr>
 
 <%method title>
index baf218f06f2fb3d03d77eea0777cb708ea501736..0142367ba49e07218a4f821de2cc9c102b9207c8 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.3",
+    version = "0.2.4",
     description = "Database Abstraction Library",
     author = "Mike Bayer",
     author_email = "mike_mp@zzzcomputing.com",