summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 8b84d9cb4..07fb1c61b 100644
--- a/setup.py
+++ b/setup.py
@@ -1,6 +1,6 @@
##############################################################################
#
-# Copyright (c) 2008 Agendaless Consulting and Contributors.
+# Copyright (c) 2008-2010 Agendaless Consulting and Contributors.
# All Rights Reserved.
#
# This software is subject to the provisions of the BSD-like license at
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.2b6'
+__version__ = '1.2'
import os
import sys
@@ -31,7 +31,7 @@ install_requires=[
'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
'PasteDeploy',
'PasteScript',
- 'WebOb>=0.9.7', # "default_charset"
+ 'WebOb >= 0.9.7', # "default_charset"
'repoze.lru',
'setuptools',
'zope.component >= 3.6.0', # independent of zope.hookable