summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES.txt4
-rw-r--r--docs/whatsnew-1.5.rst7
-rw-r--r--setup.py2
3 files changed, 8 insertions, 5 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/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
------------------
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,