diff options
| -rw-r--r-- | CHANGES.txt | 4 | ||||
| -rw-r--r-- | setup.py | 5 |
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 -------- @@ -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", |
