diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-14 02:50:53 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-14 02:50:53 -0500 |
| commit | 3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb (patch) | |
| tree | 03006b197b63358eb65bfaa8bacaec614b6ec7d0 /setup.py | |
| parent | 39ef68dbc196824f66796fa91ea1eeeaa96d7471 (diff) | |
| parent | 948068688561806a321a17bfc15c87446a577b5b (diff) | |
| download | pyramid-3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb.tar.gz pyramid-3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb.tar.bz2 pyramid-3ae2a829c17ebe3dd1a2db547d9ad4cb39feb8cb.zip | |
Merge branch '1.4-branch'
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |
