From d1969a17000f763838f9abe1478c2e699a71c313 Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Fri, 14 Jul 2017 05:50:38 +0200
Subject: [PATCH] prep 1.9.1

---
 docs/whatsnew-1.9.rst |    9 +++++++++
 setup.py              |    2 +-
 CHANGES.txt           |    6 ++++--
 3 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/CHANGES.txt b/CHANGES.txt
index 954260c..e00fdbd 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
-unreleased
-==========
+.. _changes_1.9.1:
+
+1.9.1 (2017-07-13)
+==================
 
 - Add a ``_depth`` and ``_category`` arguments to all of the venusian
   decorators. The ``_category`` argument can be used to affect which actions
diff --git a/docs/whatsnew-1.9.rst b/docs/whatsnew-1.9.rst
index 17d6126..7035f99 100644
--- a/docs/whatsnew-1.9.rst
+++ b/docs/whatsnew-1.9.rst
@@ -3,6 +3,15 @@
 
 This article explains the new features in :app:`Pyramid` version 1.9 as compared to its predecessor, :app:`Pyramid` 1.8. It also documents backwards incompatibilities between the two versions and deprecations added to :app:`Pyramid` 1.9, as well as software dependency changes and notable documentation additions.
 
+Bug Fix Releases
+----------------
+
+Pyramid 1.9 was released on 2017-06-26.
+
+The following bug fix releases were made since then. Bug fix releases also include documentation improvements and other minor feature changes.
+
+- :ref:`changes_1.9.1`
+
 Major Feature Additions
 -----------------------
 
diff --git a/setup.py b/setup.py
index 2d8922e..4d32d30 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@
     ]
 
 setup(name='pyramid',
-      version='1.9',
+      version='1.9.1',
       description='The Pyramid Web Framework, a Pylons project',
       long_description=README + '\n\n' + CHANGES,
       classifiers=[

--
Gitblit v1.9.3