From f5a38b7767a1067eab3e951d9f97e948531d1da1 Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@plope.com>
Date: Wed, 15 Apr 2015 02:58:25 +0200
Subject: [PATCH] prep for 1.4.8

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

diff --git a/CHANGES.txt b/CHANGES.txt
index a412227..c56c184 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,8 @@
+1.4.8 (2015-04-14)
+==================
+
+- 1.4.7 was a brown-bag release which was missing files.
+
 1.4.7 (2015-04-14)
 ==================
 
diff --git a/docs/conf.py b/docs/conf.py
index f7c67dd..97b4cec 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -82,7 +82,7 @@
 # other places throughout the built documents.
 #
 # The short X.Y version.
-version = '1.4.7'
+version = '1.4.8'
 
 # The full version, including alpha/beta/rc tags.
 release = version
diff --git a/setup.py b/setup.py
index eaaa2eb..63e1bbb 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@
     ]
 
 setup(name='pyramid',
-      version='1.4.7',
+      version='1.4.8',
       description=('The Pyramid web application development framework, a '
                    'Pylons project'),
       long_description=README + '\n\n' +  CHANGES,

--
Gitblit v1.9.3