From: Mike Bayer Date: Mon, 26 Jun 2006 19:51:41 +0000 (+0000) Subject: 0.2.4... X-Git-Tag: rel_0_2_4~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=22fcdbe81f528a584eb499b9dbf2270365926b71;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.2.4... --- diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index 21f9f87803..1ea1c9e3fc 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' <%method title> diff --git a/setup.py b/setup.py index baf218f06f..0142367ba4 100644 --- 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",