summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2006-09-05 17:19:26 +0000
committerMike Bayer <mike_mp@zzzcomputing.com>2006-09-05 17:19:26 +0000
commitf2d050180a6d586615840a3a8dc760a438c8eae2 (patch)
treecde2570f10eb110398833e5ed13793cfef637ee8
parent9a5247818904185d3f1e3f4bfbc66cc614a941c6 (diff)
downloadsqlalchemy-f2d050180a6d586615840a3a8dc760a438c8eae2.tar.gz
0.2.8..rel_0_2_8
-rw-r--r--doc/build/content/document_base.myt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/build/content/document_base.myt b/doc/build/content/document_base.myt
index 8a3ff838c..137796d0d 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.7'
+ version = '0.2.8'
</%attr>
<%method title>
diff --git a/setup.py b/setup.py
index 3c25acc8c..b3ca1ee29 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.7",
+ version = "0.2.8",
description = "Database Abstraction Library",
author = "Mike Bayer",
author_email = "mike_mp@zzzcomputing.com",