summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index 7c78677b3..70958c683 100644
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@
#
##############################################################################
-__version__ = '1.1b1'
+__version__ = '1.1b2'
import os
import sys
@@ -30,7 +30,7 @@ install_requires=[
'setuptools',
'Chameleon',
'sourcecodegen>=0.6.11', # tests fail without this requirement? (wtf)
- 'Paste',
+ 'Paste > 1.7', # temp version pin to prevent PyPi install failure :-(
'PasteDeploy',
'PasteScript',
'WebOb',