summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-27 04:23:45 -0400
committerChris McDonough <chrism@plope.com>2011-08-27 04:23:45 -0400
commit5bee607f61614cd8d57e64eacd83c26cbb25a385 (patch)
tree4859d3b41bb3cd33485c950cb640dd7eab719dbd /setup.py
parentae140232c73a7eea50dbe582f9a06e019f0911a5 (diff)
downloadpyramid-5bee607f61614cd8d57e64eacd83c26cbb25a385.tar.gz
pyramid-5bee607f61614cd8d57e64eacd83c26cbb25a385.tar.bz2
pyramid-5bee607f61614cd8d57e64eacd83c26cbb25a385.zip
prep for 1.2a2
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 40823384a..c854cf6c6 100644
--- a/setup.py
+++ b/setup.py
@@ -53,7 +53,7 @@ if sys.version_info[:2] < (2, 6):
install_requires.append('simplejson')
setup(name='pyramid',
- version='1.2a1',
+ version='1.2a2',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,