summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-09-04 01:40:44 -0400
committerChris McDonough <chrism@plope.com>2011-09-04 01:40:44 -0400
commit7961af6994ec744298debc5c4b62bce9b2d395ba (patch)
tree438b792a25ba03cc77f525aaa2b6cde7f8049766 /setup.py
parentf00c0f7fddf98efacd1e498e13d1d4fd31674875 (diff)
downloadpyramid-7961af6994ec744298debc5c4b62bce9b2d395ba.tar.gz
pyramid-7961af6994ec744298debc5c4b62bce9b2d395ba.tar.bz2
pyramid-7961af6994ec744298debc5c4b62bce9b2d395ba.zip
prep for 1.2a5
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 18260b992..bc5b47020 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,7 @@ if sys.version_info[:2] < (2, 6):
install_requires.append('simplejson')
setup(name='pyramid',
- version='1.2a4',
+ version='1.2a5',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,