From 6641721dc858bec941c7d09fb7410fb5e8ecaabb Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 30 Aug 2013 15:00:53 -0400 Subject: mention quickstart --- docs/whatsnew-1.5.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/whatsnew-1.5.rst b/docs/whatsnew-1.5.rst index 18c50c997..2a01f43bc 100644 --- a/docs/whatsnew-1.5.rst +++ b/docs/whatsnew-1.5.rst @@ -222,8 +222,11 @@ Deprecations Documentation Enhancements -------------------------- -Many documentation enhancements have been added, but there were too many -changes for us to keep track of. The docs are greatly enhanced. +- A new documentation chapter named :ref:`quick_tour` was added. It describes + starting out with Pyramid from a high level. + +- Many other enhancements. + Dependency Changes ------------------ -- cgit v1.2.3 From 00bb95f513ddcedcaf025bb528e4d7f20b1f7a4b Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 30 Aug 2013 15:04:21 -0400 Subject: prep for 1.5a1 --- CHANGES.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index f7f7aa571..cdaad5a90 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,5 +1,5 @@ -Next Release -============ +1.5a1 (2013-08-30) +================== Features -------- diff --git a/setup.py b/setup.py index 64e63956e..6c6f1723f 100644 --- a/setup.py +++ b/setup.py @@ -71,7 +71,7 @@ testing_extras = tests_require + [ ] setup(name='pyramid', - version='1.5dev', + version='1.5a1', description=('The Pyramid Web Framework, a ' 'Pylons project'), long_description=README + '\n\n' + CHANGES, -- cgit v1.2.3