summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-12-10 15:48:22 -0500
committerChris McDonough <chrism@plope.com>2012-12-10 15:48:22 -0500
commitecc2bd253e56e6a15a80f593bd193653211c9b49 (patch)
tree8ae8d109b2a2443663690bbd532491b77adfc291 /setup.py
parent8389a5b3339b18f2ba7242d05d11ecb64371f3d9 (diff)
parenta7e0e601df4e093ebd2fdd7b53bd0bbb9e8d7ce5 (diff)
downloadpyramid-ecc2bd253e56e6a15a80f593bd193653211c9b49.tar.gz
pyramid-ecc2bd253e56e6a15a80f593bd193653211c9b49.tar.bz2
pyramid-ecc2bd253e56e6a15a80f593bd193653211c9b49.zip
Merge branch '1.4-branch'
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 55da3378d..2183fcbb1 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.4b1',
+ version='1.4b2',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,