From 5c4318abe647b65869ac6dbb5b57cf1088712061 Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@plope.com>
Date: Tue, 10 Dec 2013 21:10:08 +0100
Subject: [PATCH] prep for 1.5a3

---
 docs/whatsnew-1.5.rst |    5 ++++-
 setup.py              |    2 +-
 CHANGES.txt           |    4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 7e044bf..8ca6e7e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,5 @@
-Unreleased
-==========
+1.5a3 (2013-12-10)
+==================
 
 Features
 --------
diff --git a/docs/whatsnew-1.5.rst b/docs/whatsnew-1.5.rst
index bd1bdd6..9ccf097 100644
--- a/docs/whatsnew-1.5.rst
+++ b/docs/whatsnew-1.5.rst
@@ -348,7 +348,10 @@
   signing content. The custom serializer arguments to this function should
   only focus on serializing, unlike its predecessor which required the
   serializer to also perform signing.
-  See https://github.com/Pylons/pyramid/pull/1142
+  See https://github.com/Pylons/pyramid/pull/1142 . Note
+  that cookies generated using ``SignedCookieSessionFactory`` are not
+  compatible with cookies generated using ``UnencryptedCookieSessionFactory``,
+  so existing user session data will be destroyed if you switch to it.
 
 - Added a new ``BaseCookieSessionFactory`` which acts as a generic cookie
   factory that can be used by framework implementors to create their own
diff --git a/setup.py b/setup.py
index d272406..e6c9a49 100644
--- a/setup.py
+++ b/setup.py
@@ -69,7 +69,7 @@
     ]
 
 setup(name='pyramid',
-      version='1.5a2',
+      version='1.5a3',
       description='The Pyramid Web Framework, a Pylons project',
       long_description=README + '\n\n' +  CHANGES,
       classifiers=[

--
Gitblit v1.9.3