From: Mike Bayer Date: Tue, 23 Jan 2007 19:19:48 +0000 (+0000) Subject: 0.3.4 X-Git-Tag: rel_0_3_4~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f2f0a604f30c81d6e772f919fa6c35e99fd9d67;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git 0.3.4 --- diff --git a/doc/build/genhtml.py b/doc/build/genhtml.py index f30a7997d6..2bf6b3eb49 100644 --- a/doc/build/genhtml.py +++ b/doc/build/genhtml.py @@ -24,7 +24,7 @@ files = [ ] title='SQLAlchemy 0.3 Documentation' -version = '0.3.3' +version = '0.3.4' root = toc.TOCElement('', 'root', '', version=version, doctitle=title) diff --git a/setup.py b/setup.py index c548bc0884..4231a28a3e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ use_setuptools() from setuptools import setup, find_packages setup(name = "SQLAlchemy", - version = "0.3.3", + version = "0.3.4", description = "Database Abstraction Library", author = "Mike Bayer", author_email = "mike_mp@zzzcomputing.com",