diff options
| author | Chris McDonough <chrism@plope.com> | 2012-03-21 18:58:31 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-03-21 18:58:31 -0400 |
| commit | 036a633c5414887cc7c080c9d2ab813f539bd14a (patch) | |
| tree | 19d19b946405e6add8cd7886190948978e42f5a4 /setup.py | |
| parent | 731d5f571c2b78a885e176abfd0c16f78ec6bc02 (diff) | |
| parent | eb33944d0d861bbb3aebdf069cce64f8c1c3faef (diff) | |
| download | pyramid-036a633c5414887cc7c080c9d2ab813f539bd14a.tar.gz pyramid-036a633c5414887cc7c080c9d2ab813f539bd14a.tar.bz2 pyramid-036a633c5414887cc7c080c9d2ab813f539bd14a.zip | |
Merge branch '1.3-branch'
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -64,7 +64,7 @@ if not PY3: testing_extras = tests_require + ['nose', 'coverage'] setup(name='pyramid', - version='1.3b3', + version='1.3', description=('The Pyramid web application development framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, |
