summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-03-21 18:58:31 -0400
committerChris McDonough <chrism@plope.com>2012-03-21 18:58:31 -0400
commit036a633c5414887cc7c080c9d2ab813f539bd14a (patch)
tree19d19b946405e6add8cd7886190948978e42f5a4 /setup.py
parent731d5f571c2b78a885e176abfd0c16f78ec6bc02 (diff)
parenteb33944d0d861bbb3aebdf069cce64f8c1c3faef (diff)
downloadpyramid-036a633c5414887cc7c080c9d2ab813f539bd14a.tar.gz
pyramid-036a633c5414887cc7c080c9d2ab813f539bd14a.tar.bz2
pyramid-036a633c5414887cc7c080c9d2ab813f539bd14a.zip
Merge branch '1.3-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 d04fbed3a..b4179bba9 100644
--- a/setup.py
+++ b/setup.py
@@ -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,