From 37ff1ac268fdb6928df9d17129e1c1c709d085f9 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Wed, 17 Aug 2016 17:19:09 +0200
Subject: [PATCH] prep 1.6.4

---
 docs/whatsnew-1.6.rst |    1 +
 setup.py              |    2 +-
 CHANGES.txt           |   11 +++++++++++
 3 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 6d24f99..5607db2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,14 @@
+.. _changes_1.6.4:
+
+1.6.4 (2016-08-17)
+==================
+
+Bug Fixes
+---------
+
+- Oops, Apparently wheels do not build cleanly every time, so build artifacts
+  from 1.7.1 creeped into the wheel for 1.6.3. Note to self: ``rm -rf build``.
+
 .. _changes_1.6.3:
 
 1.6.3 (2016-08-16)
diff --git a/docs/whatsnew-1.6.rst b/docs/whatsnew-1.6.rst
index 0a1c46f..53d6f9c 100644
--- a/docs/whatsnew-1.6.rst
+++ b/docs/whatsnew-1.6.rst
@@ -17,6 +17,7 @@
 - :ref:`changes_1.6.1`
 - :ref:`changes_1.6.2`
 - :ref:`changes_1.6.3`
+- :ref:`changes_1.6.4`
 
 Backwards Incompatibilities
 ---------------------------
diff --git a/setup.py b/setup.py
index 651573c..f34563c 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,7 @@
     ]
 
 setup(name='pyramid',
-      version='1.6.3',
+      version='1.6.4',
       description='The Pyramid Web Framework, a Pylons project',
       long_description=README + '\n\n' +  CHANGES,
       classifiers=[

--
Gitblit v1.9.3