From b3375f95b44990cea9c91b257f81d59b8d3bc50e Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Sat, 30 Jan 2016 21:01:39 -0600
Subject: [PATCH] Bump version

---
 doc/misc.rst     | 9 +++++++++
 loopy/version.py | 2 +-
 setup.py         | 2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/doc/misc.rst b/doc/misc.rst
index fc170120f..2f8fac090 100644
--- a/doc/misc.rst
+++ b/doc/misc.rst
@@ -34,6 +34,15 @@ Version 2016.2
     This version is currently under development. You can get snapshots from
     loopy's `git repository <https://github.com/inducer/loopy>`_
 
+Version 2016.1.1
+----------------
+
+* Add :func:`loopy.chunk_iname`.
+* Add ``unused:l``, ``unused:g``, and ``like:INAME`` iname tag notation
+* Release automatically built, self-contained Linux binary
+* Many fixes and improvements
+* Docs improvements
+
 Version 2016.1
 --------------
 
diff --git a/loopy/version.py b/loopy/version.py
index 2b35b55e0..9ad8ac19b 100644
--- a/loopy/version.py
+++ b/loopy/version.py
@@ -21,7 +21,7 @@ THE SOFTWARE.
 """
 
 
-VERSION = (2016, 1)
+VERSION = (2016, 1, 1)
 VERSION_STATUS = ""
 VERSION_TEXT = ".".join(str(x) for x in VERSION) + VERSION_STATUS
 
diff --git a/setup.py b/setup.py
index 08bb10b10..4fbb4e142 100644
--- a/setup.py
+++ b/setup.py
@@ -38,7 +38,7 @@ setup(name="loo.py",
 
       install_requires=[
           "pytools>=2016.1",
-          "pymbolic>=2016.1.1",
+          "pymbolic>=2016.2",
           "cgen>=2016.1",
           "islpy>=2016.1",
           "six>=1.8.0",
-- 
GitLab