]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
0.3.4
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Jan 2007 19:19:48 +0000 (19:19 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 23 Jan 2007 19:19:48 +0000 (19:19 +0000)
doc/build/genhtml.py
setup.py

index f30a7997d632c25d6470482664ae9955eb5b4146..2bf6b3eb4919de459957d1e35280824c162b0df0 100644 (file)
@@ -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)
 
index c548bc08847c0836ffb9339aed73f7d8e1afc0ee..4231a28a3efc71ba6e6f2015e09d12d5282fdd73 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.3.3",
+    version = "0.3.4",
     description = "Database Abstraction Library",
     author = "Mike Bayer",
     author_email = "mike_mp@zzzcomputing.com",