From 908a5481e115e86f06fda82ef5bfed54df029be0 Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 30 Jan 2016 15:14:51 -0600
Subject: [PATCH] Release doc adjustments

---
 doc/misc.rst | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/doc/misc.rst b/doc/misc.rst
index a07a772eb..fc170120f 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -5,7 +5,7 @@ Installation
 
 This command should install :mod:`loopy`::
 
-    pip install https://github.com/inducer/loopy/tarball/master
+    pip install loopy
 
 You may need to run this with :command:`sudo`.
 If you don't already have `pip <https://pypi.python.org/pypi/pip>`_,
@@ -27,14 +27,17 @@ You may also clone its git repository::
 User-visible Changes
 ====================
 
-Version 2014.1
+Version 2016.2
 --------------
 .. note::
 
     This version is currently under development. You can get snapshots from
-    PyOpenCL's `git repository <https://github.com/inducer/loopy>`_
+    loopy's `git repository <https://github.com/inducer/loopy>`_
 
-* Initial release. 
+Version 2016.1
+--------------
+
+* Initial release.
 
 .. _license:
 
-- 
GitLab