From 17d80bbd0772f580af2f4a627e6038d7de9d5110 Mon Sep 17 00:00:00 2001
From: Chris McDonough <chrism@plope.com>
Date: Tue, 23 Apr 2013 19:32:51 +0200
Subject: [PATCH] prep for 1.4.1

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

diff --git a/CHANGES.txt b/CHANGES.txt
index 339f792..ef29779 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,4 @@
-1.4.1 (unreleased)
+1.4.1 (2013-04-23)
 ==================
 
 Bug Fixes
diff --git a/docs/conf.py b/docs/conf.py
index 048b7ce..4b7aaab 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'
+version = '1.4.1'
 
 # The full version, including alpha/beta/rc tags.
 release = version
diff --git a/setup.py b/setup.py
index 66c6aa5..25f4e03 100644
--- a/setup.py
+++ b/setup.py
@@ -68,7 +68,7 @@
     ]
 
 setup(name='pyramid',
-      version='1.4',
+      version='1.4.1',
       description=('The Pyramid web application development framework, a '
                    'Pylons project'),
       long_description=README + '\n\n' +  CHANGES,

--
Gitblit v1.9.3