summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2007-07-26 18:25:50 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2007-07-26 18:25:50 +0000
commit3a8e235af64e36b3b711df1f069d32359fe6c967 (patch)
tree0d92c6a6523872bacdb19af7465b07e8c0e37229 /setup.py
parentd918eb8ce8c7e20b8451187d4660c0ee22e81d39 (diff)
downloadsqlalchemy-3a8e235af64e36b3b711df1f069d32359fe6c967.tar.gz
- added a check for joining from A->B using join(), along two
different m2m tables. this raises an error in 0.3 but is possible in 0.4 when aliases are used. [ticket:687]
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 38b004be2..092d0d508 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.10",
+ version = "0.3.11",
description = "Database Abstraction Library",
author = "Mike Bayer",
author_email = "mike_mp@zzzcomputing.com",