summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2013-09-22 14:11:45 -0400
committerChris McDonough <chrism@plope.com>2013-09-22 14:11:45 -0400
commit78b41e570f69f054a51cd3f32432b92b261ed268 (patch)
tree3c5b3af930babdaecad22e5bd006ee4d4f77cfe2
parent973536dc310b2bca38f609e0974a1ab24736f65f (diff)
downloadpyramid-78b41e570f69f054a51cd3f32432b92b261ed268.tar.gz
pyramid-78b41e570f69f054a51cd3f32432b92b261ed268.tar.bz2
pyramid-78b41e570f69f054a51cd3f32432b92b261ed268.zip
prep for 1.5a2
-rw-r--r--CHANGES.txt4
-rw-r--r--setup.py5
2 files changed, 4 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index add6df7bd..8295a98c9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Next Release
-============
+1.5a2 (2013-09-22)
+==================
Features
--------
diff --git a/setup.py b/setup.py
index 36f0b1303..2d49717b7 100644
--- a/setup.py
+++ b/setup.py
@@ -69,9 +69,8 @@ testing_extras = tests_require + [
]
setup(name='pyramid',
- version='1.5a1',
- description=('The Pyramid Web Framework, a '
- 'Pylons project'),
+ version='1.5a2',
+ description='The Pyramid Web Framework, a Pylons project',
long_description=README + '\n\n' + CHANGES,
classifiers=[
"Intended Audience :: Developers",