summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-11-14 02:50:53 -0500
committerChris McDonough <chrism@plope.com>2012-11-14 02:50:53 -0500
commit3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb (patch)
tree03006b197b63358eb65bfaa8bacaec614b6ec7d0 /setup.py
parent39ef68dbc196824f66796fa91ea1eeeaa96d7471 (diff)
parent948068688561806a321a17bfc15c87446a577b5b (diff)
downloadpyramid-3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb.tar.gz
pyramid-3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb.tar.bz2
pyramid-3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb.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 4ea63a3ee..2356e76ac 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.4a3',
+ version='1.4a4',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,