summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2012-01-20 10:53:55 -0500
committerChris McDonough <chrism@plope.com>2012-01-20 10:53:55 -0500
commita41c8ca521ba983594364b1eb1f6c6025149fbe7 (patch)
tree5a183c6b9280158f1a7fd8876feac9d0441a91ad /setup.py
parent05f462e9792d9b5f6560968503795dc162984408 (diff)
downloadpyramid-a41c8ca521ba983594364b1eb1f6c6025149fbe7.tar.gz
pyramid-a41c8ca521ba983594364b1eb1f6c6025149fbe7.tar.bz2
pyramid-a41c8ca521ba983594364b1eb1f6c6025149fbe7.zip
prep for 1.3a6
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 91b056778..64c0ad419 100644
--- a/setup.py
+++ b/setup.py
@@ -56,7 +56,7 @@ if not PY3:
])
setup(name='pyramid',
- version='1.3a5',
+ version='1.3a6',
description=('The Pyramid web application development framework, a '
'Pylons project'),
long_description=README + '\n\n' + CHANGES,