summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-12-10 21:42:18 -0500
committerChris McDonough <chrism@plope.com>2012-12-10 21:42:18 -0500
commite609e19d028b1d714439188812ca3c9811e0a508 (patch)
tree881b11b4861a1d261cdfb4522298eebd913396d3 /setup.py
parenta7e0e601df4e093ebd2fdd7b53bd0bbb9e8d7ce5 (diff)
downloadpyramid-e609e19d028b1d714439188812ca3c9811e0a508.tar.gz
pyramid-e609e19d028b1d714439188812ca3c9811e0a508.tar.bz2
pyramid-e609e19d028b1d714439188812ca3c9811e0a508.zip
prep for 1.4b3
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 2183fcbb1..9deded88a 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.4b2',
+ version='1.4b3',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,