From e2c2c9842c0ee275c4da86fa848cf746a620266e Mon Sep 17 00:00:00 2001
From: Michael Merickel <michael@merickel.org>
Date: Tue, 24 Apr 2018 06:56:19 +0200
Subject: [PATCH] prep 1.9.2

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

diff --git a/CHANGES.txt b/CHANGES.txt
index 43d0664..abdcbb9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,5 +1,7 @@
-unreleased
-==========
+.. _changes_1.9.2:
+
+1.9.2 (2018-04-23)
+==================
 
 - Pin to ``webob >= 1.7.0`` instead of ``1.7.0rc2`` to avoid accidentally
   opting users into pre-releases because a downstream dependency allowed it.
diff --git a/docs/whatsnew-1.9.rst b/docs/whatsnew-1.9.rst
index 7035f99..258d113 100644
--- a/docs/whatsnew-1.9.rst
+++ b/docs/whatsnew-1.9.rst
@@ -12,6 +12,8 @@
 
 - :ref:`changes_1.9.1`
 
+- :ref:`changes_1.9.2`
+
 Major Feature Additions
 -----------------------
 
diff --git a/setup.py b/setup.py
index 2e62ddf..6648b2c 100644
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@
     ]
 
 setup(name='pyramid',
-      version='1.9.1',
+      version='1.9.2',
       description='The Pyramid Web Framework, a Pylons project',
       long_description=README + '\n\n' + CHANGES,
       classifiers=[

--
Gitblit v1.9.3