From: Mike Bayer Date: Sat, 12 Aug 2006 20:19:03 +0000 (+0000) Subject: 0.2.7 prep X-Git-Tag: rel_0_2_7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfa28641758d17b608ebb849d13533d1c36bf097;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.2.7 prep --- diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt index f1cb3241f7..8a3ff838cf 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.6' + version = '0.2.7' <%method title> diff --git a/setup.py b/setup.py index 863bf1e33d..3c25acc8ce 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.6", + version = "0.2.7", description = "Database Abstraction Library", author = "Mike Bayer", author_email = "mike_mp@zzzcomputing.com",